获取协议链接
开发中POST
/api/douyin/share_to_scheme请求参数
Body 参数application/json
share_text
string
分享链接
示例1
{
"share_text": "长按复制此条消息,打开抖音搜索,查看TA的更多作品。 https://v.douyin.com/i5gCsqwB/"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
path
string
必需
proxy
string
必需
time
string
必需
msg
string
必需
data
object
必需
confirm_button_text
string
必需
extra
object
必需
hide_popup
boolean
必需
link_info
string
必需
log_pb
object
必需
msg
string
必需
rid
string
必需
schema
string
必需
schema_detail
object
必需
schema_type
integer
必需
sec_uid
string
必需
share_user_id
string
必需
share_user_iid
integer
必需
share_user_name
null
必需
status_code
integer
必需
示例
{
"code": 0,
"path": "string",
"proxy": "string",
"time": "string",
"msg": "string",
"data": {
"confirm_button_text": "string",
"extra": {
"fatal_item_ids": [
null
],
"logid": "string",
"now": 0
},
"hide_popup": true,
"link_info": "string",
"log_pb": {
"impr_id": "string"
},
"msg": "string",
"rid": "string",
"schema": "string",
"schema_detail": {
"user_nickname": "string"
},
"schema_type": 0,
"sec_uid": "string",
"share_user_id": "string",
"share_user_iid": 0,
"share_user_name": null,
"status_code": 0
}
}