|
@@ -81,8 +81,7 @@ public final class ThirdPartyAccessInterceptor implements HandlerInterceptor {
|
|
|
if (!(StringUtil.isLong(rootOrgId) && StringUtil.isLong(timestamp))) {
|
|
|
response.setStatus(HttpStatus.FORBIDDEN.value());
|
|
|
ServletUtil.returnJson(
|
|
|
- new StatusResponse("403", "第三方接入请求头['rootOrgId','timestamp']必须是整数"),
|
|
|
- response);
|
|
|
+ new StatusResponse("403", "第三方接入请求头['rootOrgId','timestamp']必须是整数"), response);
|
|
|
return false;
|
|
|
}
|
|
|
|