智慧产品中台与权益分发


查询人员接口

<p><strong>简要描述:</strong> </p> <ul> <li>查询人员接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://ip:port/cmbsquanyiWeb/isolationOperator/getIsolationInfo</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li> <p>POST </p> <p><strong>请求示例</strong></p> <pre><code> { "pageNum":0, "pageSize":10, "operatorCode": "liyao", "operatorName": "李遥" }</code></pre> </li> </ul> <pre><code> **参数:** |参数名|必选|类型|说明| |:---- |:---|:----- |----- | |operatorCode |是 |String |oA账号 | |operatorName |是 |String |姓名 | **返回示例** </code></pre> <p>{ &quot;result&quot;: { &quot;resultCode&quot;: &quot;8000000000&quot;, &quot;resultMessage&quot;: &quot;查询成功&quot; }, &quot;data&quot;: [ { &quot;id&quot;: 15, &quot;operatorId&quot;: &quot;688707585889536&quot;, &quot;operatorCode&quot;: &quot;liyao&quot;, &quot;operatorName&quot;: &quot;李遥&quot;, &quot;departmentId&quot;: &quot;1000&quot;, &quot;departmentName&quot;: &quot;内容聚合中心&quot;, &quot;gmtCreate&quot;: &quot;2020-05-29 11:39:40&quot;, &quot;gmtModified&quot;: null, &quot;comment&quot;: null, &quot;state&quot;: &quot;1&quot;, &quot;createOpId&quot;: null, &quot;modifyOperId&quot;: null, &quot;isAdmin&quot;: &quot;0&quot;, &quot;phoneNum&quot;: &quot;13910896996&quot;, &quot;emailAddress&quot;: &quot;liyao@migu.cn&quot; } ], &quot;totalCount&quot;: 1 }</p> <pre><code> **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- | |result |Object |封装返回信息 | |resultCode|String|返回码| |resultMessage|String|返回信息| |data|List|列表数据(返回值为空)| **备注** - 更多返回错误代码请看首页的错误代码描述 负责人:徐荣飞</code></pre>

页面列表

ITEM_HTML