🐞 fix(礼包码): 礼包码增加容错默认类型

This commit is contained in:
luying
2023-06-29 17:09:47 +08:00
parent a016ace4bd
commit 417a7af2c3
3 changed files with 3 additions and 2 deletions

View File

@@ -979,6 +979,7 @@ export enum GIFT_GENERATE_TYPE {
}
export enum GIFT_TYPE {
DEFAULT = 0,
GAME = 1, // 游戏内码
WEB = 2, // 外链发送
}