odc.xiaohui
2023-05-22 1cc4da26c0dfb93bb3b9800f2c82988cfc4af3d6
src/api/group.js
@@ -76,3 +76,9 @@
        method: 'get',
    })
}
export function delmsg(param) {
    return request({
        url: '/message/deleteById?id='+param,
        method: 'delete',
    })
}