From 8526b974cfe1b270902d5c284faef3bc2ac6d63a Mon Sep 17 00:00:00 2001
From: yangyin <18723093654@163.com>
Date: 星期五, 13 十二月 2024 10:23:40 +0800
Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.Admin.V1.0 into test

---
 src/api/workflow/index.ts |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/api/workflow/index.ts b/src/api/workflow/index.ts
index 64e9ff5..336c696 100644
--- a/src/api/workflow/index.ts
+++ b/src/api/workflow/index.ts
@@ -67,3 +67,14 @@
 		data: params,
 		...extraData,
 	});
+
+
+	/**
+ * @description 娴嬭瘯宸ヤ綔娴乤gent
+ **/
+export const get_agent_names = ( extraData: ExtraConfig = {}) =>
+request({
+	url: `/admin/workflow/get_agent_names`,
+	method: 'post',
+	...extraData,
+});

--
Gitblit v1.9.3