拥有此API的权限集 |
---|
商品分组-查询商品分组信息 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.resource_tags.list/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx",
"page":1,
"page_size":1
}'
{
"code": 0,
"data": {
"current_page": 1,
"list": [
{
"alias": "ZxlPu8jHFpyf4Gno",
"app_id": "appxxxx",
"created_at": "2021-10-29 15:42:17",
"id": "4962836",
"name": "10291111",
"order_weight": 1,
"rank": 1,
"resource_count": 6,
"state": 0,
"type": 0,
"updated_at": "2021-10-29 15:42:31"
}
],
"total": 5
},
"msg": "OK"
}