{
"requestId": "string",
"extendMap": {
"key": {}
},
"mobile": "string",
"outOpenId": "string",
"needCheck": true,
"outStoreId": "string",
"items": [
{
"outItemId": "string",
"spuCode": "string",
"present": true
}
],
"cardNos": [
"string"
],
"amount": 0,
"goodsName": "string",
"payRequestNo": "string",
"payMode": 0,
"remark": "string",
"operator": "string"
}curl --location -g --request POST 'https:///open/gateway/ValueCardReversePayRest/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",
"needCheck": true,
"outStoreId": "string",
"items": [
{
"outItemId": "string",
"spuCode": "string",
"present": true
}
],
"cardNos": [
"string"
],
"amount": 0,
"goodsName": "string",
"payRequestNo": "string",
"payMode": 0,
"remark": "string",
"operator": "string"
}'{
"success": false,
"code": 0,
"message": "",
"requestId": "",
"data": {
"requestId": "",
"extendMap": {
"": {}
},
"payOrderNo": "",
"payRequestNo": "",
"payStatus": "",
"payResultCode": "",
"payResultMsg": ""
}
}