curl --location --request GET 'http://10.168.1.163:48080/open-api/v1/coupon-templates?pageNo=1&pageSize=10'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"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": ""
}
]
}
}