From 04bc71e7d3fb99c95c8771acc65549d553209f24 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 09 一月 2025 09:35:12 +0800 Subject: [PATCH] 时间显示错误 --- src/api/ai/chat.ts | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/api/ai/chat.ts b/src/api/ai/chat.ts index 12be70d..20bcaa5 100644 --- a/src/api/ai/chat.ts +++ b/src/api/ai/chat.ts @@ -502,3 +502,14 @@ 'Content-Type': 'application/x-www-form-urlencoded', }, }); + + + export const question_stream_reply = (params) => + request({ + url: `/chat/question_stream_reply`, + method: 'post', + params: params, + headers: { + 'Content-Type': 'application/x-www-form-urlencoded', + }, + }); \ No newline at end of file -- Gitblit v1.9.3