## 獲取好友列表
邏輯接口:如果自己寫好友邏輯并記錄好友關系,可以不用調此接口
~~~[api]
post:/im/api/friendRefuse
*app_id#APPID
*uid#用戶id
<<<
success
{
"code": 1,
"message": "查詢成功",
"data": [{
"id": 1,
"app_id": "9e17e92d8b58a910",
"uid": 1,
"friend_id": 2,
"nickname": null,
"create_time": "2022-05-29 18:50:47",
}],
}
<<<
error
{
"code": 0,
"message": "錯誤",
"data": null
}
~~~