| 基本 | |
|---|---|
| HTTP URL | 正式环境:https://developer.toutiao.com/auth/entity/bind_role 沙盒环境:https://open-sandbox.douyin.com/auth/entity/bind_role |
| HTTP Method | POST |
| 权限要求 | AccessToken鉴权 |
curl --location --request POST 'https://developer.toutiao.com/auth/entity/bind_role' \
--header 'Aweme-Check-Type;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "ttb7acc1112xxx277d01",
"access_token": "0801121846307a677xxx634338303473326e3573324c4d5779673d3d",
"merchant_entity_id": "E_71802667xxx55304249",
"industry_code": 10000,
"merchant_industry_role": 3
}'{
"err": {
"err_code": 0,
"err_msg": "string"
}
}