🐞 fix(gvg): 添加可以不发奖励的开关

This commit is contained in:
luying
2023-03-10 11:41:56 +08:00
parent a194376c87
commit 38b7b66263
4 changed files with 29 additions and 15 deletions

View File

@@ -1,4 +1,5 @@
export enum MAIL_STATUS {
HIDE = -2,
DELETE = -1,
CREATE = 0,
READ = 1,