修改邀请好友的测试

This commit is contained in:
liangtongchuan
2021-03-27 13:56:36 +08:00
parent 5fae5ab241
commit ed5bde77e0
2 changed files with 34 additions and 1 deletions

View File

@@ -139,7 +139,7 @@ export class FriendHandler {
str = getResStr(STATUS.FRIEND_YOURSELF); continue;
}
let incResult = await RoleModel.increaseFriendApplyCnt(hisRoleId, 1, 50);
let incResult = await RoleModel.increaseFriendApplyCnt(hisRoleId, 1, FRIEND.FRIEND_MANAGE_APPLICATION);
if(!incResult) {
str = getResStr(STATUS.FRIEND_HIS_APPLY_MAX); continue;
}