Authorization: Bearer ********************
curl --location --request GET '/api/front/coupon/list?limit&page&type' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"avatar": "string",
"cid": 0,
"couponId": 0,
"createTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"id": 0,
"isValid": true,
"minPrice": 0,
"money": 0,
"name": "string",
"nickname": "string",
"primaryKey": "string",
"startTime": "2019-08-24T14:15:22Z",
"status": 0,
"type": "string",
"uid": 0,
"updateTime": "2019-08-24T14:15:22Z",
"useEndTimeStr": "string",
"useStartTimeStr": "string",
"useTime": "2019-08-24T14:15:22Z",
"useType": 0,
"validStr": "string"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}