@@ -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)) {