Commit a9d0d8dd by Future

系统消息推送

parent 030c55b4
......@@ -97,8 +97,8 @@ public class ImFriendController extends BaseController {
}
}else {
// 不是vip
if (friends.size()>=3){
throw new BusinessException("非vip最多只能加3个好友");
if (friends.size()>=500){
throw new BusinessException("非vip最多只能加500个好友");
}
}
}
......@@ -139,8 +139,8 @@ public class ImFriendController extends BaseController {
}
}else {
// 不是vip
if (friends.size()>=3){
throw new BusinessException("非vip最多只能加3个好友");
if (friends.size()>=500){
throw new BusinessException("非vip最多只能加500个好友");
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment