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