{
"requestId": "string",
"extendMap": {
"key": {}
},
"mobile": "string",
"outOpenId": "string",
"outStoreCode": "string",
"outStoreId": "string",
"couponNo": "string",
"orderNo": "string",
"voucherInfoList": [
{
"couponNo": "string",
"couponCode": "string"
}
]
}curl --location -g --request POST 'https:///open/gateway/VoucherReversePreVerifyRest/v1' \
--header 'app-id;' \
--header 'ts;' \
--header 'sign-type;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"extendMap": {
"key": {}
},
"mobile": "string",
"outOpenId": "string",
"outStoreCode": "string",
"outStoreId": "string",
"couponNo": "string",
"orderNo": "string",
"voucherInfoList": [
{
"couponNo": "string",
"couponCode": "string"
}
]
}'{
"success": false,
"code": 0,
"message": "",
"requestId": "",
"data": false
}