|
|
@@ -73,6 +73,7 @@ public class AuthorizationInterceptor extends HandlerInterceptorAdapter { |
|
|
throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR.getCode(),"缺少参数"); |
|
|
throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR.getCode(),"缺少参数"); |
|
|
} |
|
|
} |
|
|
try{ |
|
|
try{ |
|
|
|
|
|
logger.info("请求body{}--"+body); |
|
|
// JSONObject parameterMap = JSON.parseObject(body); |
|
|
// JSONObject parameterMap = JSON.parseObject(body); |
|
|
Map<String, Object> parameterMap = JSONObject.parseObject(body, Map.class); |
|
|
Map<String, Object> parameterMap = JSONObject.parseObject(body, Map.class); |
|
|
if(parameterMap.isEmpty()){ |
|
|
if(parameterMap.isEmpty()){ |
|
|
|