cfort 3 лет назад
Родитель
Сommit
6c9a402355
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      src/api/detection/jcwtd.js

+ 11 - 0
src/api/detection/jcwtd.js

@@ -62,3 +62,14 @@ export function deleteMe(data){
     params: data
   })
 }
+
+/*
+无效接口,去除引用警告
+*/
+export function remove(data){
+    return request({
+        url:JCWTD_URL + '/delete',
+        method: 'post',
+        params: data
+    })
+}