获取视频分享链接
POST
/api/ks/aweme_share_link请求参数
Body 参数application/json
object {0}
示例
{
"photo_id": "3xy2vrhhzv67cug"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
path
string
必需
data
object
必需
result
integer
必需
hostName
string
必需
cache-scope
string
必需
error_msg
null
必需
max-age
integer
必需
share
object
必需
host-name
string
必需
示例
{
"code": 0,
"msg": "string",
"path": "string",
"data": {
"result": 0,
"hostName": "string",
"cache-scope": "string",
"error_msg": null,
"max-age": 0,
"share": {
"shareMethod": "string",
"shareMethodType": "string",
"shareChannel": "string",
"shareMode": "string",
"kpn": "string",
"subBiz": "string",
"appName": "string",
"appIconUrl": "string",
"shareObject": {
"coverBytes": [
null
],
"qrUrls": [
null
],
"qrBytes": [
"string"
],
"qrTypes": [
"string"
],
"shareId": "string",
"shareUrl": "string",
"bigPicBytes": [
null
],
"shareObjectId": "string",
"coverUrls": [
null
],
"shareResourceType": "string",
"qrShareUrls": [
"string"
],
"bigPicUrls": [
null
]
}
},
"host-name": "string"
}
}
最后修改时间: 1 个月前