curl --location --request GET 'http://10.168.1.163:48080/open-api/v1/coupons/available?merchantId=1'{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"merchantId": 0,
"couponType": 0,
"name": "",
"description": "",
"coverUrl": "",
"discountRate": 0,
"maxDiscount": 0,
"thresholdAmount": 0,
"reduceAmount": 0,
"giftDescription": "",
"purchaseAmount": 0,
"totalCount": 0,
"issuedCount": 0,
"remainingCount": 0,
"claimLimit": 0,
"validityDays": 0,
"storeScope": 0,
"storeIds": "",
"status": 0,
"createTime": ""
}
]
}