Authorization: Bearer ********************
curl --location --request GET '/api/front/index/product/1?limit=20&page=1' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"message": "string",
"data": {
"limit": 0,
"page": 0,
"total": 0,
"totalPage": 0,
"list": [
{
"activity": "string",
"activityH5": {
"id": 0,
"time": 0,
"type": "string"
},
"cartNum": 0,
"ficti": 0,
"flatPattern": "string",
"id": 0,
"image": "string",
"otPrice": 0,
"price": 0,
"vipPrice": 0,
"storeInfo": "string",
"sales": 0,
"stock": 0,
"storeName": "string",
"unitName": "string"
}
]
}
}