Authorization: Bearer ********************curl --location --request GET '/api/front/product/hot' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"limit": 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"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}