From 9650fe79e821c69c04bbc27ee32767f7c718a288 Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期一, 19 八月 2024 13:36:08 +0800 Subject: [PATCH] menu --- src/api/Agent.ts | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/api/Agent.ts b/src/api/Agent.ts index df889fa..de7af61 100644 --- a/src/api/Agent.ts +++ b/src/api/Agent.ts @@ -41,9 +41,17 @@ }); } +// 鐢ㄦ埛涔犳儻浼氳瘽鍒楄〃 +export function appUsageSessionListApi(dialog_id) { + return axios.get( + "/api/v1/conversation/app_usage" + ); +} - - +// 鐢ㄦ埛涔犳儻鍒犻櫎鎺ュ彛 +export function deleteAppUsage(params) { + return axios.post('/api/v1/conversation/app_usage/rm', params); +} -- Gitblit v1.8.0