错误码 | 描述 | 排查建议 |
---|---|---|
28018006 | 当前小程序类型不匹配 | bind_biz_type传入有误 |
curl --location --request POST 'https://open.douyin.com/api/apps/trade/v2/toolkit/update_merchant_path' \
--header 'access-token;' \
--header 'content-type: application/json' \
--data-raw '{
"bind_biz_type": 0,
"account_id": "7241527302029314092",
"path_data_list": [
{
"path": "page/index/index/page/index/index",
"path_type": 3
}
]
}'
{
"err_msg": "string",
"err_no": 0,
"log_id": "string"
}