curl --location --request GET 'https://saas-open.vhall.com/v3/goods/coupon/get-goods-list?coupon_id=优惠劵ID' \
--header 'token;' \
--header 'platform;'
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
{
"goods_id": 0,
"cover_img": "string",
"name": "string",
"discount_price": 0,
"price": 0
}
]
}
}