Browse Source

update app/api/apiCharge.js

wudebin 9 months ago
parent
commit
54b25da257
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Strides-APP/app/api/apiCharge.js

+ 3 - 0
Strides-APP/app/api/apiCharge.js

@@ -58,5 +58,8 @@ export default {
   },
   startChargeV3: (data) => {
     return post(prefixV2 + "charging/start", data)
+  },
+  getIdleFeeConfig(chargeBoxId) {
+    return get(prefix + "idle-fee", {chargeBoxId})
   }
 }