WANG 6 년 전
부모
커밋
e350bc2061

+ 1 - 2
examcloud-exchange-starter/src/main/java/cn/com/qmth/examcloud/exchange/config/ThirdPartyAccessInterceptor.java

@@ -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;
 		}