错误码 | 描述 | 排查建议 |
---|---|---|
28018002 | 参数错误 | 根据msg检查自己的参数 |
28018007 | 暂时无法设置全量白名单,需等待小程序验收后 | 原因:req请求open_all为true,但是该小程序未验收 解决:联系运营同学验收 |
28018006 | 当前小程序app_id:xxxxx,不是(核销工具|混合双开)类型 | 原因:传入的button_type不正确 |
curl --location --request POST 'https://open.douyin.com/api/apps/trade/v2/toolkit/button_white_setting' \
--header 'access-token;' \
--header 'content-type: application/json' \
--data-raw '{
"button_type":1,
"uid_list":[123, 4666],
"open_all": true
}'
{
"err_msg": "string",
"err_no": 0,
"log_id": "string"
}