feat(custom): 增加游戏大厅
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user