{ "deptId": 1, "isSuccess": 1, "opUser": 1, "callTime": "", "date": "" }
curl --location --request POST 'http://localhost:8580/duty/rollcall/dept/record/add' \ --header 'Content-Type: application/json' \ --data-raw '{ "deptId": 1, "isSuccess": 1, "opUser": 1, "callTime": "", "date": "" }'
{}