{
"page": 1,
"size": 1,
"topicId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/userStory/topicPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 1,
"topicId": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"records": [
{
"storyId": 0,
"userId": 0,
"nickname": "string",
"sex": 0,
"avatar": "string",
"birthdayStr": "string",
"jobName": "string",
"city": "string",
"storyDesc": "string",
"location": "string",
"imageList": [
{
"storyImageId": 0,
"storyId": 0,
"imageUrl": "string",
"imageWidth": 0,
"imageHeight": 0
}
],
"createTime": "2019-08-24T14:15:22Z",
"timeDesc": "string",
"isLiked": "Y",
"isFirstSession": "Y",
"likeCount": 0,
"commentCount": 0,
"giftCount": 0,
"shareCount": "string",
"type": 0,
"shortPlayInfo": {
"playId": 0,
"title": "string",
"coverUrl": "string",
"coverWidth": 0,
"coverHeight": 0,
"avatar": "string",
"nickname": "string",
"playCount": "string",
"playSubId": 0
},
"commentList": [
{
"storyId": 0,
"commentId": 0,
"userId": 0,
"userInfo": {
"userId": 0,
"nickname": "string",
"sex": 0,
"avatar": "string",
"vipType": "string",
"belongAdminUserId": 0,
"phone": "string",
"status": 0,
"isReceive": 0,
"isVideoReceive": 0,
"isAuthor": 0,
"simplyAvatar": "string"
},
"content": "string",
"timestamp": 0,
"timeDesc": "string",
"likeCount": 0,
"isLiked": 0,
"secondCommentTotal": 0,
"totalPage": 0,
"canDelete": 0
}
],
"fileId": "string",
"coverUrl": "string",
"appId": 0,
"sign": "string",
"follow": true,
"musicId": "string",
"musicName": "string",
"artist": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": 0,
"countId": "string",
"pages": 0
}
}