curl --location --request GET 'http://dev-cn.your-api-server.com/api/apps/v1/item/list_comment_reply/?open_id=dNw**TT&cursor=0&count=10&item_id=%40*****%3D&comment_id=1&sort_type=time' \
--header 'access-token: act.e94f3***' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw ''{
"extra": {
"logid": "202008121419360101980821035705926A",
"now": 1597213176393,
"error_code": 0,
"description": "",
"sub_error_code": 0,
"sub_description": ""
},
"data": {
"error_code": 0,
"description": "",
"cursor": 1,
"has_more": true,
"list": [
{
"create_time": 1607399832,
"digg_count": 647,
"reply_comment_total": 12,
"top": true,
"comment_id": "",
"comment_user_id": "",
"content": "回复内容"
"avatar": "https://uuue/ehdne"
"nick_name": "xiaoming"
}
]
}
}