Pu Zhibing
17 小时以前 0857f1e53b10c29dd6ebd7ce6fd4a5c601a8a7db
ruoyi-service/ruoyi-integration/src/main/java/com/ruoyi/integration/drainage/TCECUtil.java
@@ -232,7 +232,7 @@
    * @return
    */
   public static NotificationChargeOrderInfoResult notificationChargeOrderInfo(Operator operator, NotificationChargeOrderInfo info){
      System.out.println("推送充电订单信息:--->" + JSON.toJSONString(info));
      log.info("推送充电订单信息:--->" + JSON.toJSONString(info));
      HttpRequest post = HttpUtil.createPost(operator.getUrl() + InterfaceUrlEnum.NOTIFICATION_CHARGE_ORDER_INFO.getUrl());
      buildBody(post, info, operator);
      HttpResponse execute = post.execute();