活动:修复累充

This commit is contained in:
luying
2022-05-12 13:33:19 +08:00
parent 88c67c405e
commit 4ed415207c
6 changed files with 10 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ export abstract class ActivityBase {
this.interval = activityData.interval * 86400;
this.type = activityData.type;
console.log('今天是活动第几天', activityData.beginTime, new Date, this.todayIndex)
console.log('今天是活动第几天', activityData.beginTime, new Date, this.todayIndex, createTime, serverTime)
console.log('***** activityData', activityData.timeType, this.beginTime, this.endTime, this.interval, this.todayIndex, this.roundIndex, this.nextRefreshTime, this.effectDay)
switch (activityData.timeType) {
case ACTIVITY_TIME_TYPE.SERVER_OPEN_TIME: {

View File

@@ -59,7 +59,7 @@ export class PayCallback37Data {
uid: number; // 37用户id
game_id: number; // 游戏id
fc_c_game_id: string; // 子游戏id
sid: number; // 区服id
sid: string; // 区服id
actor_id: string; // 角色id
order_id: string; // 37平台id
order_no: string; // 我方订单id

View File

@@ -190,5 +190,9 @@
{
"channel": "bantushanghai",
"ip": "180.158.8.235"
},
{
"channel": "ly",
"ip": "101.228.7.167"
}
]