@@ -8,6 +8,6 @@ enum Api {
* 预警记录
* @param params
*/
-export const getDustWarnHistory = (params) => defHttp.post({ url: Api.getDustWarnHistory, params });
+export const getDustWarnHistory = (params) => defHttp.get({ url: Api.getDustWarnHistory, params });
@@ -14,6 +14,6 @@ export const getFireAreaInfo = (params) => defHttp.get({ url: Api.getFireAreaInf
-export const getFireWarnHistory = (params) => defHttp.post({ url: Api.getFireWarnHistory, params });
+export const getFireWarnHistory = (params) => defHttp.get({ url: Api.getFireWarnHistory, params });