feat(custom): 增加游戏大厅

This commit is contained in:
2023-10-15 15:27:37 +08:00
parent 4074cc4623
commit 597ca6b58d
6 changed files with 1812 additions and 6188 deletions

View File

@@ -14,4 +14,10 @@ export default {
// 宙斯详情
getDetail: (data) => request.post('/log/betting/list', data),
// 获取游戏大厅
getGameList: (data) => request.post('/game/list', data),
// 添加修改游戏
addGame: (data) => request.post('/game/edit', data),
}