curl --location -g --request POST '{{url}}?appKey={{appKey}}&shopIdenty={{shopIdenty}}&brandId={{brandId}}&version=2.0×tamp={{timestamp}}&sign={{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"coupons":["123456789012345601"],
"shopId":810094162
}'{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": [
{
"brandId": 32296,
"shopId": 810094162,
"couponInfo": {
"couponNo": "123456789012345601",
"couponName": "第三方满减券",
"couponType": 1,
"status": 1,
"statusDesc": "可用",
"threshold": 1,
"faceValue": 1,
"deductPerThreshold": 1,
"startTime": "2019-08-01",
"endTime": "2019-08-01"
}
}
]
}