curl --location -g --request GET '/groom/list/{}?page=1&limit=20'
{
"status": 0,
"msg": "string",
"data": {
"banner": [
{
"id": 0,
"img": "string",
"comment": "string"
}
],
"list": [
{
"id": 0,
"image": "string",
"store_name": "string",
"store_info": "string",
"cate_id": "string",
"price": "string",
"ot_price": "string",
"sales": "string",
"unit_name": "string",
"sort": 0,
"activity": [
"string"
],
"stock": 0,
"vip_price": "string",
"is_vip": 0,
"star": [
{
"product_score": 0,
"product_id": 0
}
],
"checkCoupon": true
}
]
}
}