瀏覽代碼

update src/http/api/ocpp.js

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

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

@@ -60,6 +60,11 @@ const ocpp = {
       "name": "Install Certificate",
       "value": "ICA",
       "api": "ocppOperations/installCertificate"
+    },
+    {
+      "name": "Delete Certificate",
+      "value": "DCA",
+      "api": "ocppOperations/deleteCertificate"
     }
   ],
   getKeyTypeList: () => get('ocppOperations/getKeyTypeList'),