电话本
<p>[TOC]</p>
<h1>查询电话本单位</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>124.128.226.198:8081/wmp-ibooks/lxPhoneBookUnit/list</code></p>
<p>请求方式</p>
</li>
<li>
<p>get</p>
<p>请求Query参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>pageNumber</td>
<td>1</td>
<td>否</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>pageSize</td>
<td>10</td>
<td>否</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>name</td>
<td></td>
<td>否</td>
<td>string</td>
<td>单位名称</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<p>复制<code>{ "code": "0000", "content": "处理成功", "result": { "list": { "records": [ { "id": 1, "name": "区人大常委会", "unitAddress": "解放东路99号历下大厦5层", "postalCode": "250014", "officeTelephone": "88150526", "faxTelephone": "88959417", "serial": 5, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null }, { "id": 2, "name": "区政协", "unitAddress": "解放东路99号历下大厦6层", "postalCode": "250014", "officeTelephone": "88150602", "faxTelephone": "88950670", "serial": 10, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null }, { "id": 3, "name": "区纪委监委", "unitAddress": "解放东路99号历下大厦", "postalCode": "250014", "officeTelephone": "88150617", "faxTelephone": null, "serial": 15, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null }, { "id": 4, "name": "区人武部", "unitAddress": "福佑街227号", "postalCode": "250014", "officeTelephone": "51624710,88558597", "faxTelephone": "51624707", "serial": 20, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null }, { "id": 5, "name": "区委办公室", "unitAddress": "解放东路99号历下大厦4层", "postalCode": "250014", "officeTelephone": "88150422", "faxTelephone": "88529298", "serial": 25, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null }, { "id": 6, "name": "区人大常委会工作机构", "unitAddress": "解放东路99号历下大厦5层", "postalCode": "250014", "officeTelephone": "88150526", "faxTelephone": "88959417", "serial": 30, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null }, { "id": 7, "name": "区政府办公室", "unitAddress": "解放东路99号历下大厦3层", "postalCode": "250014", "officeTelephone": "88150313", "faxTelephone": "88580908", "serial": 35, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null }, { "id": 8, "name": "区政协工作机构", "unitAddress": "解放东路99号历下大厦6层", "postalCode": "250014", "officeTelephone": "88150602", "faxTelephone": "88950670", "serial": 40, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null }, { "id": 9, "name": "区纪委监委机关", "unitAddress": "解放东路99号历下大厦6层", "postalCode": "250014", "officeTelephone": "88150617", "faxTelephone": null, "serial": 45, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null }, { "id": 10, "name": "区纪委监委派驻机构", "unitAddress": "解放东路99号历下大厦", "postalCode": "250014", "officeTelephone": "88150617", "faxTelephone": null, "serial": 50, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null } ], "total": 95, "size": 10, "current": 1, "orders": [], "optimizeCountSql": true, "searchCount": true, "countId": null, "maxLimit": null, "pages": 10 } } }</code></p>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>list.records</td>
<td>array</td>
<td>无</td>
</tr>
<tr>
<td>list.records.id</td>
<td>string</td>
<td>id</td>
</tr>
<tr>
<td>list.records.name</td>
<td>string</td>
<td>单位名称</td>
</tr>
<tr>
<td>list.records.unitAddress</td>
<td>string</td>
<td>单位地址</td>
</tr>
<tr>
<td>list.records.postalCode</td>
<td>string</td>
<td>邮政编码</td>
</tr>
<tr>
<td>list.records.officeTelephone</td>
<td>string</td>
<td>办公室电话</td>
</tr>
<tr>
<td>list.records.faxTelephone</td>
<td>string</td>
<td>传真电话</td>
</tr>
<tr>
<td>list.records.serial</td>
<td>string</td>
<td>排序字段</td>
</tr>
</tbody>
</table>
<h1>查询电话本人员</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>124.128.226.198:8081/wmp-ibooks/lxPhoneBookPeople/list</code></p>
<p>请求方式</p>
</li>
<li>
<p>get</p>
<p>请求Query参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>pageNumber</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>pageSize</td>
<td>10</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>name</td>
<td></td>
<td>否</td>
<td>string</td>
<td>姓名</td>
</tr>
<tr>
<td>unitName</td>
<td></td>
<td>否</td>
<td>string</td>
<td>单位名称</td>
</tr>
<tr>
<td>unitAddress</td>
<td></td>
<td>否</td>
<td>string</td>
<td>单位地址</td>
</tr>
<tr>
<td>faxTelephone</td>
<td></td>
<td>否</td>
<td>string</td>
<td>传真电话</td>
</tr>
<tr>
<td>officeTelephone</td>
<td></td>
<td>否</td>
<td>string</td>
<td>办公电话</td>
</tr>
<tr>
<td>mobilePhone</td>
<td></td>
<td>否</td>
<td>string</td>
<td>移动电话</td>
</tr>
<tr>
<td>title</td>
<td></td>
<td>否</td>
<td>string</td>
<td>首字母查询</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<pre><code>{
"code": "0000",
"content": "处理成功",
"result": {
"list": {
"records": [
{
"id": 37,
"name": "杜宝现",
"position": "党组副书记、副主任",
"officeTelephone": "88150506",
"mobilePhone": "13869165577",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 36,
"name": "纪 亮",
"position": "党组书记、主任",
"officeTelephone": "88150518",
"mobilePhone": "13325121811",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 42,
"name": "谢万清",
"position": "党组成员、办公室主任",
"officeTelephone": "88150520",
"mobilePhone": "15853191996",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 41,
"name": "吴 强",
"position": "党组成员、副主任",
"officeTelephone": "88150522",
"mobilePhone": "18663722700",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 39,
"name": "王文利",
"position": "党组成员、副主任",
"officeTelephone": "88150510",
"mobilePhone": "18805313678",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 38,
"name": "刘 佳",
"position": "副主任",
"officeTelephone": "88150508",
"mobilePhone": "13791086378",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 40,
"name": "李素婷",
"position": "党组成员、副主任",
"officeTelephone": "88150512",
"mobilePhone": "15053155767",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 48,
"name": "王振东",
"position": "副主席",
"officeTelephone": "68695018",
"mobilePhone": "13573781716",
"unitId": 2,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150602",
"unitName": "区政协",
"unitAddress": "解放东路99号历下大厦6层",
"postalCode": "250014",
"faxTelephone": "88950670"
},
{
"id": 49,
"name": "金 辉",
"position": "副主席",
"officeTelephone": "88150613",
"mobilePhone": "18560181036",
"unitId": 2,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150602",
"unitName": "区政协",
"unitAddress": "解放东路99号历下大厦6层",
"postalCode": "250014",
"faxTelephone": "88950670"
},
{
"id": 50,
"name": "封秀焕",
"position": "党组成员、秘书长",
"officeTelephone": "88150611",
"mobilePhone": "15953178771",
"unitId": 2,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150602",
"unitName": "区政协",
"unitAddress": "解放东路99号历下大厦6层",
"postalCode": "250014",
"faxTelephone": "88950670"
}
],
"total": 813,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 82
}
}
}</code></pre>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>list.records.id</td>
<td>string</td>
<td>id</td>
</tr>
<tr>
<td>list.records.name</td>
<td>string</td>
<td>姓名</td>
</tr>
<tr>
<td>list.records.position</td>
<td>string</td>
<td>职 务</td>
</tr>
<tr>
<td>list.records.officeTelephone</td>
<td>string</td>
<td>办公电话</td>
</tr>
<tr>
<td>list.records.mobilePhone</td>
<td>string</td>
<td>移动电话</td>
</tr>
<tr>
<td>list.records.unitId</td>
<td>string</td>
<td>单位id</td>
</tr>
<tr>
<td>list.records.unitOfficeTelephone</td>
<td>string</td>
<td>办公室电话</td>
</tr>
<tr>
<td>list.records.unitName</td>
<td>string</td>
<td>单位名称</td>
</tr>
<tr>
<td>list.records.unitAddress</td>
<td>string</td>
<td>单位地址</td>
</tr>
<tr>
<td>list.records.postalCode</td>
<td>string</td>
<td>邮政编码</td>
</tr>
<tr>
<td>list.records.faxTelephone</td>
<td>string</td>
<td>传真电话</td>
</tr>
</tbody>
</table>
<h1>根据单位查询人员</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>124.128.226.198:8081/wmp-ibooks/lxPhoneBookPeople/getPeople</code></p>
<p>请求方式</p>
</li>
<li>
<p>get</p>
<p>请求Query参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>单位id</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<p><code>{ "code": "0000", "content": "处理成功", "result": { "list": [ { "id": 36, "name": "纪 亮", "position": "党组书记、主任", "officeTelephone": "88150518", "mobilePhone": "13325121811", "unitId": 1, "delFlag": 0, "createTime": null, "createBy": null, "updateTime": null, "updateBy": null, "unitOfficeTelephone": null, "unitName": null, "unitAddress": null, "postalCode": null, "faxTelephone": null }, { "id": 37, "name": "杜宝现", "position": "党组副书记、副主任", "officeTelephone": "88150506", "mobilePhone": "13869165577", "unitId": 1, "delFlag": 0, "createTime": null, "createBy": null, "updateTime": null, "updateBy": null, "unitOfficeTelephone": null, "unitName": null, "unitAddress": null, "postalCode": null, "faxTelephone": null }, { "id": 38, "name": "刘 佳", "position": "副主任", "officeTelephone": "88150508", "mobilePhone": "13791086378", "unitId": 1, "delFlag": 0, "createTime": null, "createBy": null, "updateTime": null, "updateBy": null, "unitOfficeTelephone": null, "unitName": null, "unitAddress": null, "postalCode": null, "faxTelephone": null }, { "id": 39, "name": "王文利", "position": "党组成员、副主任", "officeTelephone": "88150510", "mobilePhone": "18805313678", "unitId": 1, "delFlag": 0, "createTime": null, "createBy": null, "updateTime": null, "updateBy": null, "unitOfficeTelephone": null, "unitName": null, "unitAddress": null, "postalCode": null, "faxTelephone": null }, { "id": 40, "name": "李素婷", "position": "党组成员、副主任", "officeTelephone": "88150512", "mobilePhone": "15053155767", "unitId": 1, "delFlag": 0, "createTime": null, "createBy": null, "updateTime": null, "updateBy": null, "unitOfficeTelephone": null, "unitName": null, "unitAddress": null, "postalCode": null, "faxTelephone": null }, { "id": 41, "name": "吴 强", "position": "党组成员、副主任", "officeTelephone": "88150522", "mobilePhone": "18663722700", "unitId": 1, "delFlag": 0, "createTime": null, "createBy": null, "updateTime": null, "updateBy": null, "unitOfficeTelephone": null, "unitName": null, "unitAddress": null, "postalCode": null, "faxTelephone": null }, { "id": 42, "name": "谢万清", "position": "党组成员、办公室主任", "officeTelephone": "88150520", "mobilePhone": "15853191996", "unitId": 1, "delFlag": 0, "createTime": null, "createBy": null, "updateTime": null, "updateBy": null, "unitOfficeTelephone": null, "unitName": null, "unitAddress": null, "postalCode": null, "faxTelephone": null } ] } }</code></p>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>list.id</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>list.name</td>
<td>string</td>
<td>名称</td>
</tr>
<tr>
<td>list.position</td>
<td>string</td>
<td>职 务</td>
</tr>
<tr>
<td>list.officeTelephone</td>
<td>string</td>
<td>办公电话</td>
</tr>
<tr>
<td>list.mobilePhone</td>
<td>string</td>
<td>移动电话</td>
</tr>
<tr>
<td>list.unitId</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h1>新增通讯录单位</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>124.128.226.198:8081/wmp-ibooks/lxPhoneBookUnit/save</code></p>
<p>请求方式</p>
</li>
<li>
<p>post</p>
<p>请求Body参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>name</td>
<td>869</td>
<td>否</td>
<td>string</td>
<td>单位名称</td>
</tr>
<tr>
<td>unitAddress</td>
<td>1</td>
<td>否</td>
<td>string</td>
<td>单位地址</td>
</tr>
<tr>
<td>postalCode</td>
<td>1</td>
<td>否</td>
<td>string</td>
<td>邮政编码</td>
</tr>
<tr>
<td>officeTelephone</td>
<td>1</td>
<td>否</td>
<td>string</td>
<td>办公室电话</td>
</tr>
<tr>
<td>faxTelephone</td>
<td>1</td>
<td>否</td>
<td>string</td>
<td>传真电话</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<pre><code>{
"code": "0000",
"content": "处理成功",
"result": ""
}</code></pre>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>content</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>result</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h1>单位删除</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>124.128.226.198:8081/wmp-ibooks/lxPhoneBookUnit/delete</code></p>
<p>请求方式</p>
</li>
<li>
<p>post</p>
<p>请求Body参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>99</td>
<td>是</td>
<td>string</td>
<td>设备id</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<pre><code>{
"code": "0000",
"content": "处理成功",
"result": "单位下存在人员,不可删除操作"
}</code></pre>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>content</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>result</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h1>新增人员</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>124.128.226.198:8081/wmp-ibooks/lxPhoneBookPeople/save</code></p>
<p>请求方式</p>
</li>
<li>
<p>post</p>
<p>请求Body参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>name</td>
<td>tets</td>
<td>否</td>
<td>string</td>
<td>姓名</td>
</tr>
<tr>
<td>position</td>
<td>1</td>
<td>否</td>
<td>string</td>
<td>职 务</td>
</tr>
<tr>
<td>officeTelephone</td>
<td>1</td>
<td>否</td>
<td>string</td>
<td>办公电话</td>
</tr>
<tr>
<td>mobilePhone</td>
<td>1</td>
<td>否</td>
<td>string</td>
<td>移动电话</td>
</tr>
<tr>
<td>unitId</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>单位id</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<pre><code>{
"code": "0000",
"content": "处理成功",
"result": ""
}</code></pre>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>content</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>result</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h1>删除人员</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>124.128.226.198:8081/wmp-ibooks/lxPhoneBookPeople/delete</code></p>
<p>请求方式</p>
</li>
<li>
<p>post</p>
<p>请求Body参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>869</td>
<td>是</td>
<td>string</td>
<td>id</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<p><code>{ "code": "0000", "content": "处理成功", "result": "" }</code></p>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>content</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>result</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h1>管理端人员查询列表</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>124.128.226.198:8081/wmp-ibooks/lxPhoneBookPeople/glList</code></p>
<p>请求方式</p>
</li>
<li>
<p>get</p>
<p>请求Query参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>pageSize</td>
<td>10</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>pageNumber</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>name</td>
<td></td>
<td>否</td>
<td>string</td>
<td>姓名</td>
</tr>
<tr>
<td>unitName</td>
<td></td>
<td>否</td>
<td>string</td>
<td>单位名称</td>
</tr>
<tr>
<td>unitAddress</td>
<td></td>
<td>否</td>
<td>string</td>
<td>单位地址</td>
</tr>
<tr>
<td>faxTelephone</td>
<td></td>
<td>否</td>
<td>string</td>
<td>传真电话</td>
</tr>
<tr>
<td>officeTelephone</td>
<td></td>
<td>否</td>
<td>string</td>
<td>办公电话</td>
</tr>
<tr>
<td>mobilePhone</td>
<td></td>
<td>否</td>
<td>string</td>
<td>移动电话</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<pre><code>{
"code": "0000",
"content": "处理成功",
"result": {
"list": {
"records": [
{
"id": 37,
"name": "杜宝现",
"position": "党组副书记、副主任",
"officeTelephone": "88150506",
"mobilePhone": "13869165577",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 36,
"name": "纪 亮",
"position": "党组书记、主任",
"officeTelephone": "88150518",
"mobilePhone": "13325121811",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 42,
"name": "谢万清",
"position": "党组成员、办公室主任",
"officeTelephone": "88150520",
"mobilePhone": "15853191996",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 41,
"name": "吴 强",
"position": "党组成员、副主任",
"officeTelephone": "88150522",
"mobilePhone": "18663722700",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 39,
"name": "王文利",
"position": "党组成员、副主任",
"officeTelephone": "88150510",
"mobilePhone": "18805313678",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 38,
"name": "刘 佳",
"position": "副主任",
"officeTelephone": "88150508",
"mobilePhone": "13791086378",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 40,
"name": "李素婷",
"position": "党组成员、副主任",
"officeTelephone": "88150512",
"mobilePhone": "15053155767",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150526",
"unitName": "区人大常委会",
"unitAddress": "解放东路99号历下大厦5层",
"postalCode": "250014",
"faxTelephone": "88959417"
},
{
"id": 48,
"name": "王振东",
"position": "副主席",
"officeTelephone": "68695018",
"mobilePhone": "13573781716",
"unitId": 2,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150602",
"unitName": "区政协",
"unitAddress": "解放东路99号历下大厦6层",
"postalCode": "250014",
"faxTelephone": "88950670"
},
{
"id": 49,
"name": "金 辉",
"position": "副主席",
"officeTelephone": "88150613",
"mobilePhone": "18560181036",
"unitId": 2,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150602",
"unitName": "区政协",
"unitAddress": "解放东路99号历下大厦6层",
"postalCode": "250014",
"faxTelephone": "88950670"
},
{
"id": 50,
"name": "封秀焕",
"position": "党组成员、秘书长",
"officeTelephone": "88150611",
"mobilePhone": "15953178771",
"unitId": 2,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": "88150602",
"unitName": "区政协",
"unitAddress": "解放东路99号历下大厦6层",
"postalCode": "250014",
"faxTelephone": "88950670"
}
],
"total": 813,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 82
}
}
}</code></pre>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>list.records.id</td>
<td>string</td>
<td>id</td>
</tr>
<tr>
<td>list.records.name</td>
<td>string</td>
<td>姓名</td>
</tr>
<tr>
<td>list.records.position</td>
<td>string</td>
<td>职 务</td>
</tr>
<tr>
<td>list.records.officeTelephone</td>
<td>string</td>
<td>办公电话</td>
</tr>
<tr>
<td>list.records.mobilePhone</td>
<td>string</td>
<td>移动电话</td>
</tr>
<tr>
<td>list.records.unitId</td>
<td>string</td>
<td>单位id</td>
</tr>
<tr>
<td>list.records.unitOfficeTelephone</td>
<td>string</td>
<td>办公室电话</td>
</tr>
<tr>
<td>list.records.unitName</td>
<td>string</td>
<td>单位名称</td>
</tr>
<tr>
<td>list.records.unitAddress</td>
<td>string</td>
<td>单位地址</td>
</tr>
<tr>
<td>list.records.postalCode</td>
<td>string</td>
<td>邮政编码</td>
</tr>
<tr>
<td>list.records.faxTelephone</td>
<td>string</td>
<td>传真电话</td>
</tr>
</tbody>
</table>
<h1>根据单位查询人员--新</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>124.128.226.198:8081/wmp-ibooks/lxPhoneBookPeople/serialList</code></p>
<p>请求方式</p>
</li>
<li>
<p>post</p>
<p>请求Body参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>unitId</td>
<td>1</td>
<td>是</td>
<td>int</td>
<td>单位id</td>
</tr>
<tr>
<td>name</td>
<td>否</td>
<td>string</td>
<td>姓名</td>
</tr>
<tr>
<td>unitName</td>
<td></td>
<td>否</td>
<td>string</td>
<td>单位名称</td>
</tr>
<tr>
<td>unitAddress</td>
<td></td>
<td>否</td>
<td>string</td>
<td>单位地址</td>
</tr>
<tr>
<td>faxTelephone</td>
<td></td>
<td>否</td>
<td>string</td>
<td>传真电话</td>
</tr>
<tr>
<td>officeTelephone</td>
<td></td>
<td>否</td>
<td>string</td>
<td>办公电话</td>
</tr>
<tr>
<td>mobilePhone</td>
<td></td>
<td>否</td>
<td>string</td>
<td>移动电话</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<pre><code>{
"code": "0000",
"content": "处理成功",
"result": {
"list": [
{
"id": 36,
"name": "纪亮",
"position": "党组书记、主任",
"officeTelephone": "13325****811",
"mobilePhone": "13325****811",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": null,
"unitName": null,
"unitAddress": null,
"postalCode": null,
"faxTelephone": null,
"serial": 1,
"title": null
},
{
"id": 37,
"name": "杜宝现",
"position": "党组副书记、副主任",
"officeTelephone": "13325****811",
"mobilePhone": "13325****811",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": null,
"unitName": null,
"unitAddress": null,
"postalCode": null,
"faxTelephone": null,
"serial": 2,
"title": null
},
{
"id": 38,
"name": "刘佳",
"position": "副主任",
"officeTelephone": "13325****811",
"mobilePhone": "13325****811",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": null,
"unitName": null,
"unitAddress": null,
"postalCode": null,
"faxTelephone": null,
"serial": 3,
"title": null
},
{
"id": 39,
"name": "王文利",
"position": "党组成员、副主任",
"officeTelephone": "13325****811",
"mobilePhone": "13325****811",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": null,
"unitName": null,
"unitAddress": null,
"postalCode": null,
"faxTelephone": null,
"serial": 3,
"title": null
},
{
"id": 40,
"name": "李素婷",
"position": "党组成员、副主任",
"officeTelephone": "13325****811",
"mobilePhone": "13325****811",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": null,
"unitName": null,
"unitAddress": null,
"postalCode": null,
"faxTelephone": null,
"serial": 4,
"title": null
},
{
"id": 41,
"name": "吴强",
"position": "党组成员、副主任",
"officeTelephone": "13325****811",
"mobilePhone": "13325****811",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": null,
"unitName": null,
"unitAddress": null,
"postalCode": null,
"faxTelephone": null,
"serial": 5,
"title": null
},
{
"id": 42,
"name": "谢万清",
"position": "党组成员、办公室主任",
"officeTelephone": "13325****811",
"mobilePhone": "13325****811",
"unitId": 1,
"delFlag": 0,
"createTime": null,
"createBy": null,
"updateTime": null,
"updateBy": null,
"unitOfficeTelephone": null,
"unitName": null,
"unitAddress": null,
"postalCode": null,
"faxTelephone": null,
"serial": 6,
"title": null
}
]
}
}</code></pre>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>list.id</td>
<td>string</td>
<td>id</td>
</tr>
<tr>
<td>list.name</td>
<td>string</td>
<td>名称</td>
</tr>
<tr>
<td>list.position</td>
<td>string</td>
<td>职务</td>
</tr>
<tr>
<td>list.officeTelephone</td>
<td>string</td>
<td>办公电话</td>
</tr>
<tr>
<td>list.mobilePhone</td>
<td>string</td>
<td>移动电话</td>
</tr>
<tr>
<td>list.unitId</td>
<td>string</td>
<td>单位id</td>
</tr>
<tr>
<td>list.delFlag</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>