支付:代金券功能

This commit is contained in:
luying
2022-07-11 18:07:56 +08:00
parent b9af56fd07
commit ae369f7bf2
14 changed files with 179 additions and 93 deletions

View File

@@ -33,6 +33,8 @@ export interface DicServerConst {
readonly DEBUG_TIME: number;
// 是否检查屏蔽词
readonly CHECK_WORD: number;
// 是否可以支付
readonly CAN_PAY: number;
}
export const dicServerConst: DicServerConst = {} as DicServerConst;