curl --location --request GET '/api/goods/hotLists?limit'
{
"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,
"recommended_reason": [
"肉质鲜嫩"
],
"unit_desc": "单位1",
"differential": 5
}
]
}