Authorization: Bearer ********************[
{
"bookId": "BOOK_001",
"checked": true,
"checkedDesc": "审核通过",
"exceed": false,
"exceedDesc": "未超限"
},
{
"bookId": "BOOK_002",
"checked": false,
"checkedDesc": "待审核",
"exceed": true,
"exceedDesc": "金额超限"
}
]curl --location --request PUT '/api/settle/book/finalize' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"bookId": "BOOK_001",
"checked": true,
"checkedDesc": "审核通过",
"exceed": false,
"exceedDesc": "未超限"
},
{
"bookId": "BOOK_002",
"checked": false,
"checkedDesc": "待审核",
"exceed": true,
"exceedDesc": "金额超限"
}
]'{
"data": {
"id": "string",
"amount": 0,
"checked": true,
"checkedDesc": "string",
"code": "string",
"comment": "string",
"exceed": true,
"exceedDesc": "string",
"major": true,
"name": "string",
"orderId": "string",
"parentId": "string",
"serial": "string",
"type": "string",
"status": "string",
"modelId": "string",
"modelKey": "string",
"sigma": "string",
"tenantId": "string",
"appId": "string",
"active": true,
"language": "string",
"metadata": "string",
"version": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"updatedAt": "2019-08-24T14:15:22.123Z",
"updatedBy": "string"
}
}