This commit is contained in:
zoujiandong
2025-08-20 13:43:33 +08:00
parent de35597c69
commit 34878c34b4
48 changed files with 51 additions and 43 deletions
+1 -1
View File
@@ -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) { //首页数据