{
"downstreamPartnerId": 0,
"items": [
{
"file": {
"fileName": "string",
"fileKey": "string",
"fileSize": 0
},
"waybillNo": "string",
"remark": "string"
}
]
}curl --location '/ec/doc/batch-save-and-send' \
--header 'Content-Type: application/json' \
--data '{
"downstreamPartnerId": 0,
"items": [
{
"file": {
"fileName": "string",
"fileKey": "string",
"fileSize": 0
},
"waybillNo": "string",
"remark": "string"
}
]
}'{
"code": 0,
"msg": "string",
"data": [
0
],
"other": {}
}