支付:测试1毛钱

This commit is contained in:
luying
2022-05-16 10:44:08 +08:00
parent 8e5047e238
commit b55ccbedb8
4 changed files with 9 additions and 2 deletions

View File

@@ -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;