|
@@ -45,8 +45,8 @@ public class SignVerifyAspect {
|
|
|
String sign = request.getHeader(verifySign.signParam().toLowerCase());
|
|
|
String appId = request.getHeader(verifySign.appId().toLowerCase());
|
|
|
|
|
|
- log.info("verifySign--requestPath:{},sign:{},appId:{}",request.getRequestURL(),sign,appId);
|
|
|
if(StringUtils.isBlank(sign) || StringUtils.isBlank(appId)){
|
|
|
+ log.info("verifySign--requestPath:{},sign:{},appId:{}",request.getRequestURL(),sign,appId);
|
|
|
throw new BusinessException(ResultCode.SIGN_ERROR);
|
|
|
}
|
|
|
AppSecret byAppId = null;
|