|
|
@@ -37,7 +37,7 @@ export function sendMessage(phoneNumber, imgCodeId, code) {
|
|
|
* @param {*} message 短信验证码
|
|
|
*
|
|
|
*/
|
|
|
-export function loginWithMessage(phone, code, imgCode) {
|
|
|
+export function loginWithMessage(phone, imgCode, code) {
|
|
|
return request({
|
|
|
url: '/bis/insp/loginByCode',
|
|
|
method: 'POST',
|