版本更新

This commit is contained in:
haomingming
2025-09-26 08:41:01 +08:00
parent 36cda41b14
commit df4d95993a
4 changed files with 67 additions and 7 deletions
+4
View File
@@ -14,6 +14,10 @@ const my_api = {
expertWxLogin(data,header) {
return request('/expertAPI/wechatLogin', data, 'post', true,'application/json',header);
},
checkVersion(data) {
return request('/expertAPI/checkVersion', data, 'post', true);
}
}