支付:测试1毛钱
This commit is contained in:
@@ -27,6 +27,8 @@ export interface DicServerConst {
|
||||
readonly CLOSE_LOGIN_WHEN_ONLINE_MAX: number;
|
||||
// 最大在线人数
|
||||
readonly MAX_ONLINE_USER_COUNT: number;
|
||||
// debug模式
|
||||
readonly DEBUG_PAY: number;
|
||||
}
|
||||
|
||||
export const dicServerConst: DicServerConst = {} as DicServerConst;
|
||||
|
||||
@@ -15,5 +15,6 @@
|
||||
{ "id": 7, "desc": "刷新信息", "route": "connector.entryHandler.refresh", "param": {}, "interval": 1000 },
|
||||
{ "id": 8, "desc": "捐赠", "route": "guild.donateHandler.donate", "param": {}, "interval": 200 },
|
||||
{ "id": 9, "desc": "碾压镇念塔", "route": "battle.towerBattleHandler.skipTower", "param": {}, "interval": 200 }
|
||||
]
|
||||
],
|
||||
"DEBUG_PAY": 0
|
||||
}
|
||||
Reference in New Issue
Block a user