{
"amount": 0,
"userCouponsVoList": [
{
"id": 0,
"unionId": "string",
"type": 0,
"boldName": "string",
"name": "string",
"detail": "string",
"associateId": 0,
"characterCount": 0,
"effectiveDuration": 0,
"successUrl": "string",
"errorUrl": "string",
"status": 0,
"useGoodType": 0,
"orderId": "string",
"createDate": "string",
"effectiveDate": "string",
"activateDate": "string",
"businessType": 0,
"couponName": "string",
"couponDiscount": 0,
"couponUseThreshold": 0,
"couponUserRange": "string",
"couponGoodRange": "string",
"couponAmount": 0
}
]
}
curl --location --request POST 'http://127.0.0.1:8080/user/orderByCouponsList' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0,
"userCouponsVoList": [
{
"id": 0,
"unionId": "string",
"type": 0,
"boldName": "string",
"name": "string",
"detail": "string",
"associateId": 0,
"characterCount": 0,
"effectiveDuration": 0,
"successUrl": "string",
"errorUrl": "string",
"status": 0,
"useGoodType": 0,
"orderId": "string",
"createDate": "string",
"effectiveDate": "string",
"activateDate": "string",
"businessType": 0,
"couponName": "string",
"couponDiscount": 0,
"couponUseThreshold": 0,
"couponUserRange": "string",
"couponGoodRange": "string",
"couponAmount": 0
}
]
}'
{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"unionId": "",
"type": 0,
"boldName": "",
"name": "",
"detail": "",
"associateId": 0,
"characterCount": 0,
"effectiveDuration": 0,
"successUrl": "",
"errorUrl": "",
"status": 0,
"useGoodType": 0,
"orderId": "",
"createDate": "",
"effectiveDate": "",
"activateDate": "",
"businessType": 0,
"couponName": "",
"couponDiscount": 0,
"couponUseThreshold": 0,
"couponUserRange": "",
"couponGoodRange": "",
"couponAmount": 0
}
]
}