|
|
@@ -96,11 +96,11 @@ 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){
|