src/api/ai/chat.ts
@@ -297,3 +297,15 @@ }, }); }; export const reportHistoryProblem = async (params, req: any = request) => { return req({ url: 'history/report_history_problem', method: 'POST', data: params, headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, }); };