zhouwx
2024-08-30 1f6893d24ba87313d4114c68813073ead53b2e12
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({