[
{
"billId": "155",
"money": 0,
"remark": "备注备注",
"date": "2023-05-18",
"_status":"create"
},
{
"billId": "155",
"money": 1032646.2,
"remark": "备注备注",
"date": "2023-05-18",
"_status":"create"
}
]
curl --location --request POST '/v1/0/market-collections?billId=155' \
--header 'Authorization: bearer 8242bcdb-ebb6-4136-8fa0-e6101e42a9c2' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"billId": "155",
"money": 0,
"remark": "备注备注",
"date": "2023-05-18",
"_status":"create"
},
{
"billId": "155",
"money": 1032646.2,
"remark": "备注备注",
"date": "2023-05-18",
"_status":"create"
}
]'
{}