feat: 阅读预警改为post方法

This commit is contained in:
niedongsheng 2026-05-07 09:12:00 +08:00
parent a69b9f1b52
commit f304d444ab

View File

@ -100,7 +100,7 @@ const getData = async (keyword = '') => {
const markNoticeRead = async id => {
await request({
url: `/snow-ops-platform/weather-warning/notice/${id}/_read`,
method: 'put',
method: 'post',
});
};