wujingjing
2024-10-14 3c8ba56f8ea1950067fac67f378e0e87bec3a23e
src/api/ai/chat.ts
@@ -349,3 +349,20 @@
      },
   });
};
/**
 * 曲线查询
 * @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',
      },
   });
}