curl --location --request POST '/outapi/product/category' \
--header 'Authori-zation: Bearer {{token}}'{
"status": 200,
"msg": "success",
"data": [
{
"id": 7,
"pid": 0,
"cate_name": "美妆个护",
"pic": ""
},
{
"id": 26,
"pid": 49,
"cate_name": "户外装备",
"pic": "http://test.yhbscm.com/uploads/attach/2023/02/20230213/5aea4687e62d39793ba63161eacf6661.jpg"
},
{
"id": 41,
"pid": 0,
"cate_name": "精选箱包",
"pic": ""
},
{
"id": 42,
"pid": 0,
"cate_name": "家居百货",
"pic": ""
},
{
"id": 43,
"pid": 0,
"cate_name": "箱包配饰",
"pic": ""
},
{
"id": 44,
"pid": 0,
"cate_name": "食品酒水",
"pic": ""
},
{
"id": 45,
"pid": 0,
"cate_name": "母婴用品",
"pic": ""
}
]
}