NEWXRPAAS

新版XRPAAS平台


根据登录名称查询所在公司所有的账号

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>根据登录名称查询所在公司所有的账号</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:8188/cloudrender/userCloudrender/getAllAccountByLoginName?loginName=ITMC1</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <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;">loginName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>登录名称</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;code&amp;quot;: 10000, &amp;quot;state&amp;quot;: true, &amp;quot;data&amp;quot;: [ &amp;quot;ITMC1&amp;quot;, &amp;quot;ITMC2&amp;quot;, &amp;quot;ITMC3&amp;quot;, &amp;quot;ITMC4&amp;quot;, &amp;quot;ITMC5&amp;quot;, &amp;quot;ITMC6&amp;quot;, &amp;quot;ITMC7&amp;quot;, &amp;quot;ITMC8&amp;quot;, &amp;quot;ITMC9&amp;quot;, &amp;quot;ITMC10&amp;quot; ], &amp;quot;message&amp;quot;: &amp;quot;查询公司下所有账号成功&amp;quot;, &amp;quot;total&amp;quot;: null }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">List</td> <td>公司所有账号列表</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML