This commit is contained in:
2022-01-25 09:37:28 +08:00
11 changed files with 193 additions and 114 deletions

View File

@@ -12,7 +12,7 @@ import {
// 获取好友列表
const getFriends = () => {
return request({
url: 'im/friends',
url: 'im/friends/letter',
}, true)
}