curl --location --request GET '/adminapi/product/brand/list?page=1&size=15&sort_field=brand_id&sort_order=desc'{
"code": 0,
"msg": "ok",
"data": {
"filter_result": [
{
"brand_id": 214,
"brand_name": "С11",
"brand_logo": "",
"brand_desc": "",
"site_url": "",
"sort_order": 50,
"is_show": 1,
"brand_type": "",
"brand_is_hot": 0,
"first_word": "",
"is_store_brand": 0,
"check_status": 0,
"brand_en_name": ""
}
],
"filter": {
"first_word": "",
"is_show": -1,
"brand_is_hot": -1,
"keyword": "",
"page": 1,
"size": 15,
"sort_field": "brand_id",
"sort_order": "desc"
},
"total": 200,
"errcode": 0,
"message": ""
}
}