curl --location --request GET '/api/goods/lists?goods_name&category_id&price&sale'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 2,
"name": "上海青",
"code": "dbc-123457",
"unit_id": 1,
"image": "http://www.sqtg.localhost/resource/image/adminapi/default/avatar.png",
"net_weight": "",
"sales_num": 30,
"sell_price": "15.00",
"lineation_price": "20.00",
"stock": 90,
"unit_desc": "单位1"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}