unimodules
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ const api = {
|
||||
|
||||
// 短信验证码登录
|
||||
smsLogin(data,header){
|
||||
return request('/expertAPI/umSmsLogin', data, 'post', true,'application/json',header);
|
||||
return request('/expertAPI/smsLogin', data, 'post', true,'application/json',header);
|
||||
},
|
||||
|
||||
// 密码登录
|
||||
|
||||
Reference in New Issue
Block a user