curl --location --request GET '/store/product/recommendProduct?product_id=85&recommend_num=3' \
--header 'x-token: {{x-token}}'
{
"status": 0,
"message": "string",
"data": [
{
"product_id": 0,
"image": "string",
"store_name": "string",
"price": "string",
"create_time": "string",
"is_gift_bag": 0,
"is_good": 0,
"is_show": 0,
"mer_id": 0,
"sales": 0,
"status": 0
}
]
}