疯狂的狮子li
2022-09-02 541c2df8db727245ba5e322985d761fca006b962
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
  })
}