curl --location --request GET 'https://test-api.yunjishop.cn/message/app/friend/list'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": [
{
"userId": 0,
"avatar": "string",
"nickname": "string",
"latestMessageSendTimeText": "string",
"latestMessageSendTime": 0,
"online": "Y"
}
]
}