curl --location --request GET 'http://10.168.1.163:48080/open-api/v1/coupons/user?pageNo=1&pageSize=10'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"appId": 0,
"appUserId": 0,
"merchantId": 0,
"templateId": 0,
"couponType": 0,
"couponNo": "",
"writeOffCode": "",
"status": 0,
"useTime": "",
"expireTime": "",
"orderId": 0,
"templateName": "",
"templateCoverUrl": "",
"templateDescription": "",
"discountRate": 0,
"maxDiscount": 0,
"thresholdAmount": 0,
"reduceAmount": 0,
"giftDescription": "",
"createTime": ""
}
]
}
}