新增抖音号绑定、能力授权
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
https://developer.toutiao.com/auth/entity/enable_mountscope
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://developer.toutiao.com/auth/entity/enable_mountscope' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "tta12xxxxxcbe01",
"access_token": "080yyyyyyy35494e62413d3d",
"aweme_id" : "xxxxxxxxxx",
"merchant_entity_id": "E_7178703725698269228",
"partner_entity_id":"",
"industry_code":10000,
"industry_role":1,
"mount_scope_list": [1, 2, 3, 4, 5]
}'
响应示例响应示例
{
"err": {
"err_code": 0,
"err_msg": "string"
}
}
请求参数
Body 参数application/json