拥有此API的权限集 |
---|
商品分组-查询商品分组信息 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.resource_tags.save/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx",
"tags": [
{
"name": "cloud2321-创建",
"state":0
},
{
"name": "dsf-创建",
"state":0
}
]
}'
{
"code": 0,
"data": {
"tag_ids": [
"4963498",
"4963499"
]
},
"msg": "OK"
}