{
"commonTreeDto": {
"unitId": "string"
},
"id": "string",
"isShow": "string",
"applyPersonId": "string"
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//szUseWorkPerson/workPersonIdNumShow.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"commonTreeDto": {
"unitId": "string"
},
"id": "string",
"isShow": "string",
"applyPersonId": "string"
}'
{
"data": {
"cardNum": "4127********298",
"id": "d8c62084a4e94d769e8debff0ca64ef1"
},
"msg": "成功",
"code": 0,
"success": true
}