Pu Zhibing
2025-03-06 1b81b84edaeea9b200c622e4a34c49b4b1aaac92
ruoyi-api/ruoyi-api-integration/src/main/java/com/ruoyi/integration/api/factory/TCECClientFallbackFactory.java
@@ -18,7 +18,7 @@
      
      return new TCECClient() {
         @Override
         public R pushChargingGunStatus(Integer id, Integer status) {
         public R pushChargingGunStatus(String getFullNumber, Integer status) {
            return R.fail("接口状态变化后推送给第三方失败:" + cause.getMessage());
         }