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
+4
View File
@@ -69,6 +69,10 @@ let GameApi = {
return request._post('/shop/game.applys/index', data, errorback);
},
processApply(data, errorback) {
return request._post('/shop/game.apply/processApply', data, errorback);
},
/*专家选择列表*/
storeLists(data, errorback) {
return request._post('/shop/data.store/lists', data, errorback);