Commit be516cae by 李传峰

Merge branch '3.x' into 'master'

feat:[none] 移除日志

See merge request rays/pcloud-common-parent!237
parents 76064a28 c65cb197
...@@ -245,7 +245,6 @@ public class ResponseHandleUtil { ...@@ -245,7 +245,6 @@ public class ResponseHandleUtil {
} }
ResponseDto<?> body = (ResponseDto<?>) entity.getBody(); ResponseDto<?> body = (ResponseDto<?>) entity.getBody();
if (body == null) { if (body == null) {
LOGGER.warn("【请求NULL】ResponseDto==null");
return null; return null;
} }
if (body.getErrCode() != 0) { if (body.getErrCode() != 0) {
......
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