houzhongfei
2022-12-14 ef91551449a38e9d765a0cbbafe6bfc406564d3c
ruoyi-ui/src/api/login.js
@@ -57,3 +57,15 @@
    timeout: 20000
  })
}
// 短信验证码
export function getCodeSms() {
  return request({
    url: '/captchaSms',
    headers: {
      isToken: false
    },
    method: 'get',
    timeout: 20000
  })
}