|
|
|
@ -38,9 +38,7 @@ public class ZbFactoryAccountsInterceptor implements HandlerInterceptor {
|
|
|
|
|
String customerId = request.getParameter("customerId"); |
|
|
|
|
|
|
|
|
|
String body = myRequestWrapper.getBody(); |
|
|
|
|
JSONObject bodyJson = JSONObject.parseObject(body); |
|
|
|
|
log.info("bodyJson ={}",bodyJson.toString()); |
|
|
|
|
|
|
|
|
|
log.info("body ={}",body); |
|
|
|
|
Map<String, String> params = new HashMap<>(); |
|
|
|
|
params.put("app_key",appKey); |
|
|
|
|
params.put("customerId",customerId); |
|
|
|
|