token: ********************
{
"handler": "测试",
"handler_id": 1,
"handling_department": "222",
"handling_department_id": 1,
"handling_date":"1741098888"
}
curl --location --request PUT 'http://cmi-api.gleg.site/api/project-earnest-moneys/confirmReceipt/1' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"handler": "测试",
"handler_id": 1,
"handling_department": "222",
"handling_department_id": 1,
"handling_date":"1741098888"
}'
{}