mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 10:28:42 +00:00
perf: share link
This commit is contained in:
@@ -198,7 +198,8 @@ export default withNextCors(async function handler(req: NextApiRequest, res: Nex
|
||||
appId,
|
||||
userId,
|
||||
source: authType === 'apikey' ? BillSourceEnum.api : BillSourceEnum.fastgpt,
|
||||
response: responseData
|
||||
response: responseData,
|
||||
shareId
|
||||
});
|
||||
} catch (err: any) {
|
||||
if (stream) {
|
||||
|
Reference in New Issue
Block a user