From d7a96e70ab45225cc87f01d7d435eab1c169eac4 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期五, 26 七月 2024 16:29:14 +0800 Subject: [PATCH] fix: 新增短信验证登录 --- src/api/ai/chat.ts | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/api/ai/chat.ts b/src/api/ai/chat.ts index d2a3c6c..2d8f11e 100644 --- a/src/api/ai/chat.ts +++ b/src/api/ai/chat.ts @@ -298,7 +298,6 @@ }); }; - export const reportHistoryProblem = async (params, req: any = request) => { return req({ url: 'history/report_history_problem', @@ -309,7 +308,6 @@ }, }); }; - export const querySimilarityHistory = async (params, req: any = request) => { return req({ @@ -322,8 +320,6 @@ }); }; - - export const filterQuery = async (params, req: any = request) => { return req({ url: 'chat/filter_query', @@ -333,4 +329,4 @@ 'Content-Type': 'application/x-www-form-urlencoded', }, }); -}; \ No newline at end of file +}; -- Gitblit v1.9.3