wujingjing
2024-10-21 6dc8a04ea58dbcf253104504f1507997cc866ee6
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',
      },
   });
}