| 错误码 | 含义 |
|---|---|
| 0 | 请求成功 |
| 10000 | 参数错误 |
| 13000 | 系统错误 |
| 30020 | 当前商品没有评价数据 |
curl --location --request POST 'https://developer.toutiao.com/api/comment/open/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"origin_id": "7089056237526450211",
"offset": 0,
"count": 10,
"biz_line": 2,
"app_id": "ttcfdbb96650e33350",
"access_token": "08011218467778704661796571716c3449565530496c374a4a673d3d"
}'{
"data": {
"comment_list": [
{
"create_time": "string",
"group_id": 0,
"id": 0,
"imge_urls": [
"string"
],
"ratings": "string",
"status": 0,
"text": "string",
"user": {
"avatar_url": "string",
"is_anonymous": true,
"scree_name": "string"
}
}
],
"count": 0,
"has_more": true
},
"err_msg": "string",
"err_no": 0,
"log_id": "string"
}