注释掉一些log
This commit is contained in:
@@ -62,7 +62,7 @@ export class RechargeMoneyHandler {
|
||||
}
|
||||
|
||||
let notGetRecord = playerData.recordArr[0];
|
||||
console.log('notGetRecord', JSON.stringify(notGetRecord));
|
||||
// console.log('notGetRecord', JSON.stringify(notGetRecord));
|
||||
await ActivityRechargeMoneyModel.addRecord(notGetRecord._id, item.id, `${item.gid}&${item.count}`);
|
||||
let goods = await addItems(roleId, roleName, sid, [{ id: item.gid, count: item.count }], ITEM_CHANGE_REASON.RECHARGE_REWARD)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user