Commit a038600b by 王祖波

Merge branch 'feature-recommend3' into 'master'

异常返回

See merge request !3074
parents f4f843be 16a116ed
......@@ -127,7 +127,7 @@ public class ContentAccountController {
if (Objects.equals(serviceResponse.getCode(), "600")) {
return RestResponse.failure("600", "正在授权中的账号有点多,请稍后重试");
}
return RestResponse.failure("500", "生成二维码异常");
return RestResponse.failure("500", serviceResponse.getMessage());
}
return RestResponse.successResult(EntityUtil.changeEntityByJSON(AccountAuthorizeVo.class, serviceResponse.getResult()));
}
......
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