feat: 阅读预警改为post方法
This commit is contained in:
parent
a69b9f1b52
commit
f304d444ab
@ -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',
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user