中移铁通接口文档修改部分

技术团队文档示例


【查询多个用户】查询多个用户V1.0.0

<p><strong>简要描述:</strong> </p> <ul> <li>查询多个用户接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/app/market/queryCommonUsersByUserId</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> <th>示例</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">version</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>版本号</td> <td>1.0.0</td> </tr> <tr> <td style="text-align: left;">userId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户Id</td> <td>1,2</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { "result":200, "message":"操作成功", "object":[ { "id":601, "deptId":19, "dutyId":178, "companyId":1, "loginName":"18259921031", "name":"何高松", "password":"4297f44b13955235245b2497399d7a93", "sex":1, "age":30, "phone":"18259921031", "userType":0, "status":0, "createTime":"2018-05-09 09:58:08", "supportId":16 }, { "id":602, "deptId":19, "dutyId":173, "companyId":1, "loginName":"18050268206", "name":"周跟弟", "password":"4297f44b13955235245b2497399d7a93", "sex":1, "age":30, "phone":"18050268206", "userType":0, "status":0, "createTime":"2018-05-09 10:00:05", "supportId":16 } ] }</code></pre>

页面列表

ITEM_HTML