{
"id": 1,
"name": "李小明",
"userType": 1,
"passType": 1,
"createdTime": "string"
}curl --location --request PUT '172.22.72.236:9090/passThrough/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"name": "李小明",
"userType": 1,
"passType": 1,
"createdTime": "string"
}'{
"code": 0,
"msg": "",
"data": ""
}