每日添加购买次数逻辑

This commit is contained in:
luying
2020-11-05 11:54:57 +08:00
parent 6020037aa6
commit ff6b8bcdca
8 changed files with 185 additions and 68 deletions

View File

@@ -177,5 +177,6 @@ export const DEFAULT_HEROES = [ 312, 314, 311, 309, 315];
export const FIX_SMS_CODE_TELS = ['18855953630', '13911134885', '15167549151', '15618654010'];
export const GONGSHI = {
"TOWER_HANG_UP_SPEED_COST": "50*num"
"TOWER_HANG_UP_SPEED_COST": "50",
"DAILY_REFRESH_NUM_COST": "50*num"
};