odc.xiaohui
2023-05-22 1cc4da26c0dfb93bb3b9800f2c82988cfc4af3d6
src/api/group.js
@@ -45,14 +45,14 @@
    return request({
        url: '/group/allowSpeech?id='+params+"&&groupId="+param1,
        method: 'put',
    })
}
export function setBanSpeechAll(params) {
    return request({
        url: '/group/banSpeechAll?id='+params,
        method: 'put',
        method: 'put',
    })
}
@@ -75,4 +75,10 @@
        url: '/group/sendMessage?text='+param+'&id='+param1,
        method: 'get',
    })
}
}
export function delmsg(param) {
    return request({
        url: '/message/deleteById?id='+param,
        method: 'delete',
    })
}