事件本检查时间刷新并推送

This commit is contained in:
luying
2020-10-09 20:26:53 +08:00
parent 50c4aeea2a
commit 2a62b31797
17 changed files with 470 additions and 35 deletions
+6 -2
View File
@@ -32,5 +32,9 @@ export const GOOD_TYPE = {
export const WAR_TYPE = {
NORMAL: 1,
DAILY: 2
};
DAILY: 2,
EVENT: 3,
TOWER: 4
};
export const EVENT_START_BATTLE = 101;