状态 | 含义 |
---|---|
120001 | 视频不存在 |
120002 | 视频未上传 |
120003 | 视频发布失败 |
100400 | 异常参数 |
curl --location --request GET 'https://open.kuaishou.com/openapi/photo/info?photo_id=string&app_id=&access_token='
{
"result": 1,
"video_info": {
"photo_id": "3xwn3kkerxj6g9n",
"caption": "测试标题",
"cover": "https://xxx",
"play_url": "https://xxx",
"create_time": 1596629598574,
"like_count": 1,
"comment_count": 1,
"view_count": 1,
"pending": false
}
}