@@ -424,6 +424,7 @@ public class RequestSTKServiceImpl implements RequestSTKService {
.execute().body();
System.out.println("返回结果:"+body);
+ log.info("返回结果:{}",body);
return JSONObject.parseObject(body,SaveOrChangeCustomerDataVo.class);
}