{
"storyId": 0,
"page": 1,
"topCommentId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/message/app/storyComment/firstPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"storyId": 0,
"page": 1,
"topCommentId": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"list": [
{
"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
}
],
"page": 0,
"totalPage": 0,
"total": 0
}
}