curl --location --request GET 'https://test.51vive.com/app/redemption/generate/detail?id'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"name": "string",
"useType": 0,
"type": 0,
"contentNames": "string",
"quantity": 0,
"remark": "string",
"createTime": "2019-08-24T14:15:22Z",
"deleted": true,
"enable": true,
"allowApply": true,
"validDateStart": "2019-08-24",
"validDateEnd": "2019-08-24",
"residue": 0,
"sysModule": "string",
"contents": [
{
"id": 0,
"contentId": 0,
"contentName": "string",
"price": 0,
"originPrice": 0,
"sysModule": "string"
}
]
}
}