{
"year": "string",
"deptId": "string",
"kmCode": [
"string"
]
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//tjSubjectInfo/getLatestAccounts.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": "string",
"deptId": "string",
"kmCode": [
"string"
]
}'
{
"data": [
{
"ztId": "string",
"kmId": "string"
}
],
"msg": "string",
"code": 0,
"success": true
}