Authorization: Bearer ********************curl --location --request GET 'https://open-agent-branch.benlai.com/api/v2/category/categorytwo?parent_id=12' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"value": {
"category_list": [
{
"category_id": 13,
"category_name": "猪肉",
"parent_id": 12,
"level": 2
},
{
"category_id": 17,
"category_name": "家禽类",
"parent_id": 12,
"level": 2
},
{
"category_id": 20,
"category_name": "礼盒·礼券",
"parent_id": 12,
"level": 2
},
{
"category_id": 25,
"category_name": "肉制品",
"parent_id": 12,
"level": 2
}
]
}
}