curl --location --request GET 'https://test-api.yunjishop.cn/recommend/app/appointment/getFriendList'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"records": [
{
"userId": 0,
"userNo": 0,
"nickname": "string",
"sex": 0,
"jobName": "string",
"birthday": "2019-08-24T14:15:22Z",
"constellation": "string",
"avatar": "string",
"age": 0,
"isGreet": true,
"isAppointment": 0,
"userCardStoryList": [
{
"storyId": 0,
"userId": 0,
"storyDesc": "string",
"location": "string",
"createTime": "2019-08-24T14:15:22Z",
"imageList": [
{
"storyImageId": 0,
"storyId": 0,
"imageUrl": "string",
"imageWidth": 0,
"imageHeight": 0
}
],
"isLiked": "Y",
"type": 0,
"fileId": "string",
"coverUrl": "string"
}
]
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": 0,
"countId": "string",
"pages": 0
}
}