{
"teamId": 0,
"code": "string",
"state": 0,
"note": "string",
"name": "string",
"applyBy": "string",
"phone": "string"
}
curl --location --request POST 'http://localhost:8080/construction/team/teamInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"teamId": 0,
"code": "string",
"state": 0,
"note": "string",
"name": "string",
"applyBy": "string",
"phone": "string"
}'
{
"success": false,
"msg": "",
"data": {
"teamId": 0,
"code": "",
"name": "",
"projectName": "",
"applyBy": "",
"phone": "",
"state": 0,
"note": "",
"updateTime": ""
},
"code": 0
}