活动:月卡权限
This commit is contained in:
@@ -66,11 +66,10 @@ export class RechargeMoneyHandler {
|
||||
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)
|
||||
|
||||
item.setHasGet(true);
|
||||
|
||||
return resResult(STATUS.SUCCESS, {
|
||||
param: { activityId },
|
||||
item: item
|
||||
item: item,
|
||||
ticketCnt: playerData.ticketCnt,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user