This commit is contained in:
我是个攻城狮
2026-07-21 15:24:11 +08:00
parent b48708dbbf
commit d556c8f0c1
20 changed files with 705 additions and 67 deletions
+3 -2
View File
@@ -11,8 +11,9 @@ let IndexApi = {
getCount(data, errorback) {
return request._post('/shop/Index/index', data, errorback);
},
getCaptcha(data, errorback) {
return request._get('/shop/passport/captcha', data, errorback);
},
}