From 291bf570b2106cb99b0e689af7d6ccaacc9e5c1c Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期三, 25 十二月 2024 18:10:42 +0800
Subject: [PATCH] Merge branch 'master' of http://dlindusit.com:53929/r/iailab-plat-ui-vue3

---
 src/api/data/channel/http/tag.ts |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/data/channel/http/tag.ts b/src/api/data/channel/http/tag.ts
index dfead66..281ab32 100644
--- a/src/api/data/channel/http/tag.ts
+++ b/src/api/data/channel/http/tag.ts
@@ -37,3 +37,13 @@
 export const deleteHttpTag = (id: number) => {
   return request.delete({ url: '/data/channel/http/tag/delete?id=' + id })
 }
+
+//导出HttpTag
+export const exportHttpTag = (params) => {
+  return request.download({ url: '/data/channel/http/tag/export', params })
+}
+
+// 下载用户导入模板
+export const importHttpTagTemplate = () => {
+  return request.download({ url: '/data/channel/http/tag/get-import-template' })
+}

--
Gitblit v1.9.3