zhouwx
2024-06-07 a309b65e80f3f21b5ab7c182acb9764f47c677f1
src/api/send.js
@@ -10,6 +10,15 @@
    })
}
// 信息修改
export function msgUpdate(data){
    return request({
        url: '/warning/info/updateById',
        method: 'post',
        data: data
    })
}
// 群发信息
export function massSend(data){
    return request({