{
"requestId": "string",
"timestamp": "string",
"nonce": "stringstringstri",
"sign": "string",
"reqBody": {
"items": [
{
"ebkNo": "string",
"payChannel": 0,
"payType": 0,
"amount": 0,
"transDateTime": "string",
"payOrderNo": "string",
"payChannelOrderNo": "string",
"remark": "string"
}
]
}
}curl --location 'https://openapi-dev.51shoubei.com/openApi/v1/ebk/trade/clear/create' \
--header 'api-key: AK-0bf4488ad8eb464da0d6ff5816721f01' \
--header 'Content-Type: application/json' \
--data '{
"requestId": "string",
"timestamp": "string",
"nonce": "stringstringstri",
"sign": "string",
"reqBody": {
"items": [
{
"ebkNo": "string",
"payChannel": 0,
"payType": 0,
"amount": 0,
"transDateTime": "string",
"payOrderNo": "string",
"payChannelOrderNo": "string",
"remark": "string"
}
]
}
}'{
"code": 0,
"msg": "",
"timestamp": "",
"sign": "",
"nonce": "",
"rspBody": null
}