{
"userId": 0,
"projectName": "string",
"account": "string",
"userName": "string",
"phone": "string",
"expireTime": "string",
"state": 0,
"updateTime": "string",
"teamName": "string",
"teamId": "string"
}
curl --location --request POST 'http://localhost:8080/construction/worker/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"projectName": "string",
"account": "string",
"userName": "string",
"phone": "string",
"expireTime": "string",
"state": 0,
"updateTime": "string",
"teamName": "string",
"teamId": "string"
}'
{
"success": false,
"msg": "",
"data": [
{
"userId": 0,
"projectName": "",
"account": "",
"userName": "",
"phone": "",
"expireTime": "",
"state": 0,
"updateTime": "",
"teamName": "",
"teamId": ""
}
],
"code": 0
}