feat(推送): 推送修改为向全院推送

This commit is contained in:
luying
2023-04-23 20:23:37 +08:00
parent d337517afd
commit 9b3f0c7a0f
5 changed files with 29 additions and 26 deletions

View File

@@ -54,7 +54,7 @@ export interface DicServerConst {
// 是否返利
readonly NEED_REBATE: number;
// 推送
readonly PUSH_MSG: number;
readonly PUSH_MSG_ENV: string;
// 是否关闭剧情弹幕
readonly CLOSE_SCRIPT_BARRAGE: number;
}