{
"appKey": "10011",
"data": {
"businessSystemId": "expressBusiness",
"pickupUserId": "130479981171175408"
},
"operator": "23423443",
"operatorOrgId": "342343",
"operatorOrgType": "423423"
}
curl --location --request POST '/promotioncenter/coupon/queryCouponsForUser?appKey=10011&data=&data.businessSystemId=expressBusiness&data.pickupUserId=130479981171175408&operator=23423443&operatorOrgId=342343&operatorOrgType=423423' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "10011",
"data": {
"businessSystemId": "expressBusiness",
"pickupUserId": "130479981171175408"
},
"operator": "23423443",
"operatorOrgId": "342343",
"operatorOrgType": "423423"
}'
{
"code": "200",
"message": null,
"data": [
{
"id": 9555231307842590,
"code": "008NLEkCJlh",
"couponInstanceStatus": "UNUSED",
"couponName": "",
"couponWorth": 0,
"discountAmount": 0,
"discountRate": 0,
"miniOrderAmount": 30,
"maxDiscountAmount": 0,
"useStartTime": "2021-04-12 15:00:46",
"useEndTime": "2021-05-02 23:59:59",
"couponDescription": "",
"couponType": "",
"ruleInstanceList": null,
"platformName": "baidu",
"platformOpenId": 110,
"isSynchronized": 1,
"couponCode": "0AotKHde5I5"
},
{
"id": 11569221280191376,
"code": "00AjekxcCzq",
"couponInstanceStatus": "UNUSED",
"couponName": null,
"couponWorth": null,
"discountAmount": null,
"discountRate": null,
"miniOrderAmount": null,
"maxDiscountAmount": null,
"useStartTime": "2021-04-12 17:01:54",
"useEndTime": "2021-05-02 23:59:59",
"couponDescription": null,
"couponType": null,
"ruleInstanceList": null,
"platformName": "",
"platformOpenId": 0,
"isSynchronized": 0,
"couponCode": null
},
{
"id": 11569221281951400,
"code": "00ea2sxcCzq",
"couponInstanceStatus": "UNUSED",
"couponName": null,
"couponWorth": null,
"discountAmount": null,
"discountRate": null,
"miniOrderAmount": null,
"maxDiscountAmount": null,
"useStartTime": "2021-04-12 17:01:54",
"useEndTime": "2021-05-02 23:59:59",
"couponDescription": null,
"couponType": null,
"ruleInstanceList": null,
"platformName": "",
"platformOpenId": 0,
"isSynchronized": 0,
"couponCode": null
}
],
"success": true
}