活动:修复累充
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -190,5 +190,9 @@
|
||||
{
|
||||
"channel": "bantushanghai",
|
||||
"ip": "180.158.8.235"
|
||||
},
|
||||
{
|
||||
"channel": "ly",
|
||||
"ip": "101.228.7.167"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user