获取用户list_数据大脑
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取用户list_数据大脑</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>{{address}}/admin/workflowTask/getPlatformUserList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">platformId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">number</td>
<td>平台id (数据大脑传 5)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 0,
"data": [
{
"name": "管理员",
"userId": 1
},
{
"name": "何海",
"userId": 67
},
{
"name": "刘烈辉",
"userId": 68
},
{
"name": "陈志先",
"userId": 69
},
{
"name": "柴灵露",
"userId": 78
},
{
"name": "方政",
"userId": 86
},
{
"name": "任欣悦",
"userId": 88
},
{
"name": "丁逸秋",
"userId": 89
},
{
"name": "qyx",
"userId": 90
},
{
"name": "王鹏飞",
"userId": 91
},
{
"name": "王涛",
"userId": 92
},
{
"name": "徐东君",
"userId": 93
},
{
"name": "何鑫",
"userId": 94
},
{
"name": "叶师傅",
"userId": 96
},
{
"name": "hj",
"userId": 97
},
{
"name": "王宇杰",
"userId": 98
},
{
"name": "徐瑞",
"userId": 99
},
{
"name": "张福祥",
"userId": 100
},
{
"name": "冯碧成",
"userId": 101
},
{
"name": "蒋亚辉",
"userId": 102
},
{
"name": "管江艳",
"userId": 103
},
{
"name": "陈伟",
"userId": 104
},
{
"name": "刘品",
"userId": 105
},
{
"name": "王靓洁",
"userId": 106
},
{
"name": "齐妙",
"userId": 107
},
{
"name": "李淑楠",
"userId": 108
},
{
"name": "赵聪",
"userId": 45
},
{
"name": "陈燕华",
"userId": 109
},
{
"name": "陈曦",
"userId": 48
},
{
"name": "杜翔宇",
"userId": 49
},
{
"name": "贾可",
"userId": 50
},
{
"name": "杨亚梅",
"userId": 56
},
{
"name": "yyz",
"userId": 58
},
{
"name": "黄焕聪",
"userId": 59
}
],
"msg": "success"
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>