8.20
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ const api = {
|
||||
return request('/login/mobile', data, 'post', true);
|
||||
},
|
||||
getCode(data) {
|
||||
return request('/expertAPI/smsSend', data, 'post', true);
|
||||
return request('/code/phone', data, 'post', true);
|
||||
},
|
||||
|
||||
getHomeData(data) { //首页数据
|
||||
|
||||
Reference in New Issue
Block a user