From 3c8ba56f8ea1950067fac67f378e0e87bec3a23e Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 14 十月 2024 13:35:34 +0800 Subject: [PATCH] 曲线查询更改 --- src/api/ai/chat.ts | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/api/ai/chat.ts b/src/api/ai/chat.ts index aaff556..f503e76 100644 --- a/src/api/ai/chat.ts +++ b/src/api/ai/chat.ts @@ -349,3 +349,20 @@ }, }); }; + +/** + * 鏇茬嚎鏌ヨ + * @param params + * @param req + * @returns + */ +export const curveQuery = (params,req:any=request) =>{ + return req({ + url: 'chat/chat_supervisor_json', + method: 'POST', + data: params, + headers: { + 'Content-Type': 'application/x-www-form-urlencoded', + }, + }); +} \ No newline at end of file -- Gitblit v1.9.3