|
|
@@ -96,11 +96,12 @@ public class FriendServiceImpl implements FriendService {
|
|
|
vo.setScene(15);
|
|
|
vo.setOpCode(2);
|
|
|
vo.setContent(txt);
|
|
|
- BaseResponse response = verifyUser(id, vo);
|
|
|
- if(response.getRet() != 0){
|
|
|
- log.error("添加失败,非系统错误!:{}", JSON.toJSONString(response.getErrMsg()));
|
|
|
- }
|
|
|
- resultVo.setSuccess(response.getRet() == 0);
|
|
|
+// BaseResponse response = verifyUser(id, vo);
|
|
|
+// if(response.getRet() != 0){
|
|
|
+// log.error("添加失败,非系统错误!:{}", JSON.toJSONString(response.getErrMsg()));
|
|
|
+// }
|
|
|
+// resultVo.setSuccess(response.getRet() == 0);
|
|
|
+ resultVo.setSuccess(true);
|
|
|
return resultVo;
|
|
|
}catch (Exception e){
|
|
|
log.error("CLIENT-ID:{}添加好友失败:{}-手机号:{}", clientId, id, mobile, e);
|