baizonghao
2023-05-25 3c4d54bcb66d7cec4a35defc999250e200b4fdd2
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',
    })
}