|
|
@@ -148,7 +148,7 @@ public class PersonPhotoServiceImpl implements PersonPhotoService { |
|
|
|
if (result.isSuccess()) { |
|
|
|
return new ResultData(); |
|
|
|
} |
|
|
|
return new ResultData(result.getCode(), result.getMsgInfo(result.getCode(),result.getMsg())); |
|
|
|
return new ResultData(result.getCode(), result.getMsg()); |
|
|
|
} catch (IOException e) { |
|
|
|
e.printStackTrace(); |
|
|
|
return new ResultData(ErrorCode.SYS_SERVER_ERROR.getCode(), "接口请求异常"); |
|
|
|