From b6c80781521c7ffd442c24930002e35d0246950b Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期五, 16 八月 2024 18:41:30 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/flow_web
---
src/api/Agent.ts | 37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/src/api/Agent.ts b/src/api/Agent.ts
index 81e0713..df889fa 100644
--- a/src/api/Agent.ts
+++ b/src/api/Agent.ts
@@ -32,3 +32,40 @@
export function deletedialog(params) {
return axios.post('/api/v1/dialog/rm', params);
}
+
+
+// agent鍒楄〃鎺ュ彛
+export function queryCanvasList(params) {
+ return axios.get('/api/v1/canvas/list', {
+ params,
+ });
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
Gitblit v1.8.0