|
@@ -329,6 +329,7 @@ export class config {
|
|
|
LOOK_TIPS:"LOOK_TIPS",
|
|
|
UN_LOCK_24:"UN_LOCK_24",
|
|
|
UN_LOCK:"UN_LOCK",
|
|
|
+ ADD_TIME:"ADD_TIME",
|
|
|
}
|
|
|
static TOKEN:string = ""
|
|
|
static USER_DATA:string = "userData"
|
|
@@ -340,6 +341,7 @@ export class config {
|
|
|
LOOK_TIPS: "f6o78gcl7mec09m3b8",
|
|
|
UN_LOCK_24: "38vhsipa5qe3tkpnve",
|
|
|
UN_LOCK: "52kg38k634094h9b19",
|
|
|
+ ADD_TIME: "4ji5k7gbe5mge42657",
|
|
|
}
|
|
|
static WX_REWARD ={
|
|
|
RE_LIFE: "",
|
|
@@ -347,6 +349,7 @@ export class config {
|
|
|
LOOK_TIPS: "",
|
|
|
UN_LOCK_24: "",
|
|
|
UN_LOCK: "",
|
|
|
+ ADD_TIME: "",
|
|
|
}
|
|
|
static STATISTICS_ACTION_TYPE = {
|
|
|
UNKNOWN: 0, //未知
|
|
@@ -355,6 +358,7 @@ export class config {
|
|
|
CHA_KAN_TI_SHI: 3, //查看提示
|
|
|
LIN_SHI_24_XIAO_SHI: 4, //临时24小时
|
|
|
TI_QIAN_JIE_SUO: 5, //提前解锁
|
|
|
+ ADD_TIME: 6, //加时间
|
|
|
}
|
|
|
static User_unlock_levels_number_status = {
|
|
|
GET: 0, //获取
|