|
@@ -100,6 +100,7 @@ public class SecretRequestAdvice extends RequestBodyAdviceAdapter {
|
|
|
userSignature = headers.getFirst(SignatureUtil.STR_SIGNATURE);
|
|
userSignature = headers.getFirst(SignatureUtil.STR_SIGNATURE);
|
|
|
}
|
|
}
|
|
|
String requestData = new String(body);
|
|
String requestData = new String(body);
|
|
|
|
|
+ log.debug("requestData {}", requestData);
|
|
|
JSONObject json = JSONObject.parseObject(requestData);
|
|
JSONObject json = JSONObject.parseObject(requestData);
|
|
|
Map<String, String> requestMap = JsonUtil.json2Map(json);
|
|
Map<String, String> requestMap = JsonUtil.json2Map(json);
|
|
|
String requestId = UUID.randomUUID().toString();
|
|
String requestId = UUID.randomUUID().toString();
|