浏览代码

添加 返还 日志

zhaoxian 6 月之前
父节点
当前提交
715b51ff66

+ 1 - 0
ruixuan-live/src/main/java/com/ruixuan/isc/service/impl/KwaixiaodianOrderCursorListServiceImpl.java

@@ -358,6 +358,7 @@ public class KwaixiaodianOrderCursorListServiceImpl implements IKwaixiaodianOrde
                 e.printStackTrace();
             }
             JSONObject jsonObject = JSONObject.parseObject(GsonUtils.toJSON(response));
+            log.info("---返还结果\n" + jsonObject);
 //            System.out.println("返还结果\n" + GsonUtils.toJSON(response));
             String code = jsonObject.getString("code");
             if ("1".equals(code)) {