curl --location --request GET '/admin-api/charging/coupon-rule/userPurchaseHistory' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"id": 0,
"accountId": "string",
"userId": "string",
"phoneNumber": "string",
"generatedId": "string",
"generateType": "string",
"payTime": "string",
"payAmount": 0,
"expirationStart": "2019-08-24T14:15:22Z",
"expirationTime": "2019-08-24T14:15:22Z",
"freeDegree": "string",
"usedDegree": "string",
"cardType": "string",
"info": "string",
"type": 0,
"name": "string",
"startDate": "string",
"endDate": "string",
"platformType": "string",
"cardStatus": 0,
"tenantId": "string",
"pageNo": 0,
"pageSize": 0,
"tenantName": "string",
"skid": "string"
}
],
"total": 0
},
"msg": "string"
}