From 23786b9ef2dc1d9f06dd7d9458e926369aab8c25 Mon Sep 17 00:00:00 2001
From: he wei <858544502@qq.com>
Date: 星期二, 27 九月 2022 16:13:24 +0800
Subject: [PATCH] UA 整理提交  准备修改标签

---
 src/apis.js |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/apis.js b/src/apis.js
index dcd7477..008c6e9 100644
--- a/src/apis.js
+++ b/src/apis.js
@@ -21,6 +21,17 @@
   })
 }
 /**
+ * 绉婚櫎鍙扮珯涓嬫枃浠讹紙鍗曚釜鏂囦欢锛�
+ * ?FilePath=1&stationName=1
+ */
+export const delFileFromStation = (params) => {
+  return axios({
+    method: "GET",
+    url: "stationInfo/delFileFromStation",
+    params
+  })
+}
+/**
  * 娣诲姞鍙扮珯
  */
 export const addStation = (params) => {
@@ -32,6 +43,7 @@
 }
 /**
  * 鍒犻櫎鍙扮珯
+ * ?stationName1=null&stationName2=null&stationName3=null 
  */
 export const deleteStation = (params) => {
   return axios({
@@ -52,6 +64,7 @@
 }
 /**
  * 瑙f瀽xml鏂囦欢
+ * filePath
  */
 export const getXmlValue = (params) => {
   return axios({

--
Gitblit v1.9.1