curl --location --request GET '/adminapi/goods.goods_brand/lists' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 5,
"name": "品牌1",
"image": "http://www.likeshopb2cv3.localhostuploads/images/20210526104909d20777188.png",
"is_show": 1,
"sort": 50,
"create_time": "2021-07-14 17:53:43"
}
],
"count": 1,
"page_no": 1,
"page_size": 25
}
}