curl --location --request GET '/adminapi/goods.goods/commonLists?name=&is_distribution=&is_discount=&is_spec=' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 208,
"code": "12414141",
"name": "移动端多规格商品",
"image": "http://www.likeshopb2cv3.localhost/uploads/images/202302201529472acbd7833.jpeg",
"total_stock": 1872,
"spec_type": 2,
"sales_num": 5,
"max_price": 311,
"max_lineation_price": "231.00",
"sell_price": "121.00",
"lineation_price": "231.00",
"is_distribution": 0,
"is_discount": 0,
"price": "¥121.00"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}