curl --location --request GET '/adminapi/decorate.page/hotLists?limit=' \
--header 'token;'
{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"id": 2,
"name": "上海青",
"code": "dbc-123457",
"unit_id": 1,
"image": "http://www.sqtg.localhost/resource/image/adminapi/default/avatar.png",
"net_weight": "",
"sales_num": 32,
"sell_price": "15.00",
"lineation_price": "20.00",
"stock": 0,
"unit_desc": "单位1"
}
]
}