zhouwx
2025-05-19 457f9c817adef8b003ee6379f493798bae5cbb69
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({