wujingjing
2024-07-24 4eb6092c32df67d752101ab8ae23c9b2236db0dc
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',
      },
   });
};