Commit c65cb197 by 李传峰

feat:[none] 移除日志

parent 26a81287
......@@ -245,7 +245,6 @@ public class ResponseHandleUtil {
}
ResponseDto<?> body = (ResponseDto<?>) entity.getBody();
if (body == null) {
LOGGER.warn("【请求NULL】ResponseDto==null");
return null;
}
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