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', }) }