zhouwx
2024-07-08 1ee4a5341215f94128b66cee4893c7c937df509a
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({