curl --location --request GET '/admin-api/charging/coupon-rule/page?pageNo=1&pageSize=10' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"ruleIncrease": 0,
"couponId": "18030",
"couponType": 1,
"couponDeduction": 0,
"bonusDiscount": 22623,
"couponUpperLimit": 0,
"couponReduceLimit": 0,
"recdate": "2019-08-24T14:15:22Z",
"platformType": 2,
"couponStatus": 2,
"couponDes": "string",
"couponTitle": "string",
"skidV2": "string",
"remark": "随便"
}
],
"total": 0
},
"msg": "string"
}