修改邀请好友的测试
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user