curl --location --request GET 'https://test-api.yunjishop.cn/message/storyComment/commentPage'
{
"total": 0,
"rows": [
{
"storyId": 0,
"commentId": 0,
"parentCommentId": 0,
"userId": 0,
"userInfo": {
"userId": 0,
"nickname": "string",
"sex": 0,
"avatar": "string",
"vipType": "string",
"belongAdminUserId": 0,
"phone": "string",
"status": 0,
"isReceive": 0,
"isVideoReceive": 0,
"simplyAvatar": "string"
},
"content": "string",
"replyCommentId": 0,
"replyUserId": 0,
"timestamp": 0,
"status": 0
}
],
"code": 0,
"msg": "string"
}