curl --location --request PUT 'https://v4.fenxi365.com/api/cashier/journal' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"accountSetsId": 0,
"type": "现金",
"digest": "string",
"code": "string",
"billNo": "string",
"serialNumber": "string",
"serial": 0,
"billDate": "string",
"accountId": 0,
"ioTypeId": 0,
"accountingCategoryId": 0,
"accountingCategoryDetailsId": 0,
"projectCategoryId": 0,
"projectCategoryDetailsId": 0,
"deptCategoryId": 0,
"deptCategoryDetailsId": 0,
"subjectId": 0,
"debit": 0,
"credit": 0,
"balance": 0,
"voucherId": 0,
"init": true,
"settlementTypeId": 0,
"remark": "string",
"cashierTransferId": 0,
"billList": [
{
"name": "string",
"size": 0,
"type": "string",
"url": "string",
"uid": "string",
"thumbUrl": "string",
"status": "string",
"date": "string"
}
]
}'