curl --location --request GET 'https://test.pro.wuht.net/adminapi/product/getUserLabel' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ'
{
"status": 200,
"msg": "ok",
"data": [
{
"id": 43,
"label_cate": 0,
"label_name": "标签",
"store_id": 96,
"type": 2,
"html": "|-----"
},
{
"id": 57,
"store_id": 96,
"label_cate": 43,
"label_name": "标签003",
"type": 2,
"html": "|-----|-----"
},
{
"id": 58,
"store_id": 96,
"label_cate": 43,
"label_name": "909090909",
"type": 2,
"html": "|-----|-----"
},
{
"id": 42,
"label_cate": 0,
"label_name": "yonghubiaoqian",
"store_id": 96,
"type": 2,
"html": "|-----"
},
{
"id": 55,
"store_id": 96,
"label_cate": 42,
"label_name": "标签0001",
"type": 2,
"html": "|-----|-----"
},
{
"id": 56,
"store_id": 96,
"label_cate": 42,
"label_name": "标签002",
"type": 2,
"html": "|-----|-----"
}
]
}