评论列表
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/api/apps/v1/item_bc/list_comment/
接口说明
注意事项
权限说明
错误码
FAQ
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/api/apps/v1/item_bc/list_comment/?open_id=ba253642-0590-40bc-9bdf-9a1334b94059&cursor=0&count=10&item_id=@8hxdhauTCMppanGnM4ltGM780mDqPP+KPpR0qQOmLVAXb/T060zdRmYqig357zEBq6CZRp4NVe6qLIJW/V/x1w==&sort_type=time' \
--header 'access-token: act.1d1021d2aee3d41fee2d2add43456badMFZnrhFhfWotu3Ecuiuka27L56lr'
响应示例响应示例
200 - 成功示例
{
"data": {
"cursor": 1,
"has_more": true,
"list": [
{
"top": false,
"comment_id": "@9VwW0qOBUN9mJyD3bNxvGc791G3uO/mLOZ10oQOjJ1EUafn460zdRmYqig357zEBidswyrkjAGx3+uVUd0cE4Q==",
"comment_user_id": "43eae150-12eb-4035-8d40-3f9a2bfcdf4e",
"content": "评论",
"create_time": 1673507751,
"digg_count": 0,
"reply_comment_total": 0
"avatar": "https://uuue/ehdne"
"nick_name": "xiaoming"
}
],
"error_code": 0,
"description": ""
},
"extra": {
"logid": "20230213141253084C5445E64119C50042",
"error_code": 0,
"description": "",
"sub_error_code": 0,
"sub_description": "",
"now": 1676268773
}
}
请求参数
Query 参数
open_id
string
必需
示例值:
ba253642-0590-40bc-9bdf-9a1334b94059
cursor
string
必需
示例值:
0
count
string
必需
示例值:
10
item_id
string
视频id
示例值:
@8hxdhauTCMppanGnM4ltGM780mDqPP+KPpR0qQOmLVAXb/T060zdRmYqig357zEBq6CZRp4NVe6qLIJW/V/x1w==
sort_type
string
必需
示例值:
time
Header 参数
access-token
string
必需
示例值:
act.1d1021d2aee3d41fee2d2add43456badMFZnrhFhfWotu3Ecuiuka27L56lr
返回响应
修改于 2023-11-29 07:22:26