|
@@ -54,7 +54,7 @@ public class CallBackController{
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
JSONObject jsonObject = JSONObject.parseObject(responseStrBuilder.toString());
|
|
JSONObject jsonObject = JSONObject.parseObject(responseStrBuilder.toString());
|
|
|
- log.info("jsonObject = " + jsonObject);
|
|
|
|
|
|
|
+ log.info("回调收到的参数 = " + jsonObject);
|
|
|
if (ObjectUtils.isNotEmpty(jsonObject)) {
|
|
if (ObjectUtils.isNotEmpty(jsonObject)) {
|
|
|
|
|
|
|
|
// 订单号
|
|
// 订单号
|