From 832f9fcacb83155dff74baaa8cbe17b1d3913247 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期三, 09 十月 2024 17:51:17 +0800 Subject: [PATCH] 修改聊天室 --- src/api/ai/chat.ts | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/api/ai/chat.ts b/src/api/ai/chat.ts index 1462e69..73c1493 100644 --- a/src/api/ai/chat.ts +++ b/src/api/ai/chat.ts @@ -1,7 +1,6 @@ import request from '/@/utils/request'; -import { toFormData } from '/@/utils/util'; -const GET_SECTION_SAMPLE_API = '/section/get_section_sample'; -const GET_SECTION_A_LIST_API = '/section/get_section_a_list'; +const GET_SECTION_SAMPLE_API = '/agent/get_agent_group_sample'; +const GET_SECTION_A_LIST_API = '/agent/get_agent_group_tree'; export const Get_LOGIN_SMS = '/login_sms'; export const NO_AUTH_API_LIST = [GET_SECTION_SAMPLE_API, GET_SECTION_A_LIST_API, Get_LOGIN_SMS]; @@ -94,7 +93,6 @@ * @summary description */ export const SetLLM = async (params, req: any = request) => { - return req({ url: '/llm/set_llm', method: 'POST', @@ -329,8 +327,6 @@ }); }; - - export const queryScadaTimeValues = async (params, req: any = request) => { return req({ url: 'data/query_scada_time_values', @@ -342,7 +338,6 @@ }); }; - /** @description 鍏宠仈鏌ヨ */ export const extCallQuery = async (params, req: any = request) => { return req({ @@ -353,4 +348,4 @@ 'Content-Type': 'application/x-www-form-urlencoded', }, }); -}; \ No newline at end of file +}; -- Gitblit v1.9.3