新增页面

This commit is contained in:
2022-02-15 11:55:48 +08:00
parent 53e800738b
commit ad58731a78
4 changed files with 50 additions and 19 deletions

View File

@@ -196,7 +196,7 @@ const joinGroup = (groupId, message) => {
const quitGroup = (groupId) => {
return request({
method: 'POST',
method: 'DELETE',
url: 'im/groups/' + groupId + '/quit'
})
}