zhouwx
2024-07-31 57ffebab5fded6f5236bd1b40c4b4e7a6d4ae07f
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({