错误码 | 说明 |
---|---|
21304 | 添加素材标签条数最多为100条 |
21305 | 标签长度最大不能超过6 |
21306 | 标签名重复 |
调用此接口需购买基础席位。 |
{
"tag_name": "string"
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/material_library/tag/add?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"tag_name": "string"
}'
{
"data": {
"id": 38,
"name": ""
},
"errcode": 0,
"errmsg": "ok"
}