curl --location --request GET '/adminapi/goods.goods_brand/lists' \
--header 'token: {{'\''38a327e6732714e2a48e0b5d3038b2cc'\''}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"name": "商品品牌1",
"image": "http://www.sqtg.localhost/resource/image/adminapi/default/avatar.png",
"sort": 50,
"status": 1,
"create_time": "2022-11-24 06:45:00"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}