src/api/ai/chat.ts
@@ -88,4 +88,21 @@ 'Content-Type': 'application/x-www-form-urlencoded', }, }); }; }; /** * 曲线查询 * @param params * @param req * @returns */ export const curveQuery = (params,req:any=request) =>{ return req({ url: 'chat/chat_supervisor_json', method: 'POST', data: params, headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, }); }