curl --location --request GET '/api/goods/similarLists?id&limit'
{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"id": 2,
"name": "上海青",
"image": "http://www.sqtg.localhost/resource/image/adminapi/default/avatar.png",
"sell_price": "15.00",
"lineation_price": "20.00"
}
]
}