{
"address": "01社区01栋",
"appointTime": 2022,
"communityId": 2024022655510404,
"contacts": [
{
"address": "01社区01栋",
"link": 13888888888,
"name": "李四",
"relName": "父子"
}
],
"curTime": 1,
"idCard": 420403199911117300,
"link": 13333333333,
"name": "张三",
"ocId": 102025025155370000,
"position": "保安",
"post": "保安",
"postDesc": "负责小区门口安全巡逻",
"remark": "无",
"sex": "B",
"state": 1000
}curl --location --request PUT '/j8-housemgt/committee/modify-committee' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "01社区01栋",
"appointTime": 2022,
"communityId": 2024022655510404,
"contacts": [
{
"address": "01社区01栋",
"link": 13888888888,
"name": "李四",
"relName": "父子"
}
],
"curTime": 1,
"idCard": 420403199911117300,
"link": 13333333333,
"name": "张三",
"ocId": 102025025155370000,
"position": "保安",
"post": "保安",
"postDesc": "负责小区门口安全巡逻",
"remark": "无",
"sex": "B",
"state": 1000
}'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}