瀏覽代碼

update api/ocpp.js

wudebin 11 月之前
父節點
當前提交
f654030ca9
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Strides-Admin/src/http/api/ocpp.js

+ 6 - 0
Strides-Admin/src/http/api/ocpp.js

@@ -55,6 +55,11 @@ const ocpp = {
       "name": "Update Firmware",
       "value": "UF",
       "api": "ocppOperations/updateFirmware"
+    },
+    {
+      "name": "Install Certificate",
+      "value": "ICA",
+      "api": "ocppOperations/installCertificate"
     }
   ],
   getKeyTypeList: () => get('ocppOperations/getKeyTypeList'),
@@ -63,6 +68,7 @@ const ocpp = {
   getStationPages: (params) => post('ocppOperations/getChargePointsPages', params),
   getConfigurationKeyList: () => get('ocppOperations/getConfigurationKeyList'),
   getAvailabilityTypeList: () => get('ocppOperations/getAvailabilityTypeList'),
+  getCertificateTypeList: () => get('ocppOperations/getCertificateTypeList'),
   getChargingProfileList: () => get('ocppOperations/getChargingProfileList'),
   getClearChargingProfileFilterType: () => get('ocppOperations/getClearChargingProfileFilterType'),
   getConnectorIds: (param) => get('ocppOperations/getConnectorsByStationId', {stationId: param}),