后台新增获取游戏连接按钮
This commit is contained in:
@@ -73,6 +73,16 @@ export default {
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
* 获取玩家游戏链接
|
||||
*/
|
||||
getGameUrl(params: { id: number | string; lang?: 'zh' | 'en' }) {
|
||||
return request.get<Api.Common.ApiData>({
|
||||
url: '/core/dice/player/DicePlayer/getGameUrl',
|
||||
params
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
* 获取彩金池配置选项(DiceLotteryPoolConfig.id、name),供 lottery_config_id 下拉使用
|
||||
* @returns [ { id, name } ]
|
||||
|
||||
Reference in New Issue
Block a user