拥有此API的权限集 |
---|
商品分组-查询商品分组信息 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.resource_tags.delete/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx",
"id":"4963191"
}'
{
"code": 0,
"data": {
"resource_affects": 0,
"tag_affects": 1
},
"msg": "OK"
}