phi_platform_user/src/main/java/com/hx/phip/interceptor/UserInterceptor.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
phi_platform_user/src/main/java/com/hx/phip/interceptor/UserInterceptor.java
@@ -55,10 +55,10 @@ String appId = request.getHeader("appid"); //校验 /*PlatformResult platformResult = VerificationTool.verification(appId,sign,rsaParameter.getAppId(),rsaParameter.getPrivatekey()); PlatformResult platformResult = VerificationTool.verification(appId,sign,rsaParameter.getAppId(),rsaParameter.getPrivatekey()); if(!PlatformCode.SUCCESS.equals(platformResult.getCode())){ return platformResult; }*/ } return joinPoint.proceed(); }