{}
curl --location --request GET '/home/products?selectType=&page=&limit=' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"status": 0,
"msg": "string",
"data": {
"list": [
{
"id": 0,
"store_name": "string",
"cate_id": "string",
"image": "string",
"sales": "string",
"price": "string",
"stock": 0,
"activity": [
"string"
],
"ot_price": "string",
"spec_type": 0,
"recommend_image": "string",
"unit_name": "string",
"is_vip": 0,
"vip_price": "string",
"description": "string",
"checkCoupon": true
}
]
}
}