好友:领取友情点数量
This commit is contained in:
@@ -576,7 +576,7 @@ export class FriendHandler {
|
||||
}
|
||||
}
|
||||
if (todayReceiveInc <= 0) return resResult(STATUS.FRIEND_HAS_RECEIVE);
|
||||
let fp = getFriendPointObject(todayReceiveCnt);
|
||||
let fp = getFriendPointObject(todayReceiveInc);
|
||||
let goods = await addItems(roleId, roleName, sid, [fp], ITEM_CHANGE_REASON.RECEIVE_FRIEND_HEART)
|
||||
|
||||
frdPointRec = await FriendPointModel.updatePointToday(roleId, roleName, todayReceiveInc, max, FRIEND_DROP_TYPE.SEND_GIFT);
|
||||
|
||||
Reference in New Issue
Block a user