| 错误码 | 说明 |
|---|---|
| 20351 | type错误 |
| 20352 | 请同时提供标签组名称和标签名称 |
| 20353 | 任务已存在,task_id为xxx。 task_id为预打标签在系统中的唯一id |
{
"type":"corp",
"unionid": "oz9xvw_jfkmHMGWVSn5CatKSTOMU",
"tag_group": "标签组1",
"tag_name": "标签1"
}curl --location --request POST 'https://open.weibanzhushou.com/open-api/pre_tag/add?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"type":"corp",
"unionid": "oz9xvw_jfkmHMGWVSn5CatKSTOMU",
"tag_group": "标签组1",
"tag_name": "标签1"
}'{
"errcode": 0,
"errmsg": "ok",
"id": 65
}