-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
Milestone
Description
- distro协议同步,当有未知的异常的时候,返回的code=200
DistroDataRequestHandler#handle
Loggers.DISTRO.error("[DISTRO-FAILED] distro handle with exception", e);
DistroDataResponse result = new DistroDataResponse();
result.setErrorCode(ResponseCode.FAIL.getCode());
result.setMessage("handle distro request with exception");
return result;
这里没有执行 result.setResultCode(500);
- ClientIpWhiteList.java 这个文件我看最新代码还有,好像没有地方使用,是不是废弃的。