物联网平台外部访问数据定义


消费组所属运营商下未绑定的项目列表

<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;">VA 1.0.0</td> <td style="text-align: left;">张才进</td> <td style="text-align: left;">2022-8-31 14:30:28 星期三</td> <td>创建</td> </tr> </tbody> </table> <p><strong>简要描述:</strong> </p> <ul> <li>消费组绑定的项目列表接口,<strong>需要具有运营商或以上权限</strong> </li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>https://www.zsdcloud.cn:8443/openApi/consumer/selectConsumerUnboundProject.action</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> </tr> </thead> <tbody> <tr> <td style="text-align: left;">consumerGroupId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Long</td> <td>消费组id</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>页大小</td> </tr> <tr> <td style="text-align: left;">pageNum</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>页码</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;statusCode&amp;quot;: 200, &amp;quot;message&amp;quot;: &amp;quot;查询成功&amp;quot;, &amp;quot;result&amp;quot;: { &amp;quot;total&amp;quot;: 10, &amp;quot;list&amp;quot;: [ { &amp;quot;groupName&amp;quot;: &amp;quot;接口测试222&amp;quot;, &amp;quot;recordId&amp;quot;: 1, &amp;quot;projectName&amp;quot;: &amp;quot;111111&amp;quot;, &amp;quot;projectId&amp;quot;: &amp;quot;138xxxx215&amp;quot;, &amp;quot;address&amp;quot;: &amp;quot;xxxxxxxxx&amp;quot; }, { &amp;quot;groupName&amp;quot;: &amp;quot;接口测试222&amp;quot;, &amp;quot;recordId&amp;quot;: 1, &amp;quot;projectName&amp;quot;: &amp;quot;teset1&amp;quot;, &amp;quot;projectId&amp;quot;: &amp;quot;195xxxx879&amp;quot;, &amp;quot;address&amp;quot;: &amp;quot;中兴路1688号&amp;quot; }, { &amp;quot;groupName&amp;quot;: &amp;quot;接口测试222&amp;quot;, &amp;quot;recordId&amp;quot;: 1, &amp;quot;projectName&amp;quot;: &amp;quot;鲍x逸&amp;quot;, &amp;quot;projectId&amp;quot;: &amp;quot;215xxxx746&amp;quot;, &amp;quot;address&amp;quot;: &amp;quot;蛟川街道虹桥新村13-402&amp;quot; }, { &amp;quot;groupName&amp;quot;: &amp;quot;接口测试222&amp;quot;, &amp;quot;recordId&amp;quot;: 1, &amp;quot;projectName&amp;quot;: &amp;quot;设备导入测试&amp;quot;, &amp;quot;projectId&amp;quot;: &amp;quot;433xxxx826&amp;quot;, &amp;quot;address&amp;quot;: &amp;quot;腩上鲜牛肉火锅&amp;quot; }, { &amp;quot;groupName&amp;quot;: &amp;quot;接口测试222&amp;quot;, &amp;quot;recordId&amp;quot;: 1, &amp;quot;projectName&amp;quot;: &amp;quot;测试项目&amp;quot;, &amp;quot;projectId&amp;quot;: &amp;quot;553xxxx290&amp;quot;, &amp;quot;address&amp;quot;: &amp;quot;上海市嘉定区马陆镇新成路&amp;quot; }, { &amp;quot;groupName&amp;quot;: &amp;quot;接口测试222&amp;quot;, &amp;quot;recordId&amp;quot;: 1, &amp;quot;projectName&amp;quot;: &amp;quot;测试&amp;quot;, &amp;quot;projectId&amp;quot;: &amp;quot;59xxxx488&amp;quot;, &amp;quot;address&amp;quot;: &amp;quot;复华园区产学研基地&amp;quot; }, { &amp;quot;groupName&amp;quot;: &amp;quot;接口测试222&amp;quot;, &amp;quot;recordId&amp;quot;: 1, &amp;quot;projectName&amp;quot;: &amp;quot;导入测试1&amp;quot;, &amp;quot;projectId&amp;quot;: &amp;quot;853xxxx599&amp;quot;, &amp;quot;address&amp;quot;: &amp;quot;少打打分&amp;quot; }, { &amp;quot;groupName&amp;quot;: &amp;quot;接口测试222&amp;quot;, &amp;quot;recordId&amp;quot;: 1, &amp;quot;projectName&amp;quot;: &amp;quot;测试设备迁移&amp;quot;, &amp;quot;projectId&amp;quot;: &amp;quot;873xxxx927&amp;quot;, &amp;quot;address&amp;quot;: &amp;quot;北京工人体育馆&amp;quot; }, { &amp;quot;groupName&amp;quot;: &amp;quot;接口测试222&amp;quot;, &amp;quot;recordId&amp;quot;: 1, &amp;quot;projectName&amp;quot;: &amp;quot;龙你1(需删除)&amp;quot;, &amp;quot;projectId&amp;quot;: &amp;quot;915xxxx674&amp;quot;, &amp;quot;address&amp;quot;: &amp;quot;135路;147路;159路;280路;39路;406路;805路;8路&amp;quot; } ], &amp;quot;pageNum&amp;quot;: 1, &amp;quot;pageSize&amp;quot;: 260, &amp;quot;size&amp;quot;: 10, &amp;quot;startRow&amp;quot;: 1, &amp;quot;endRow&amp;quot;: 10, &amp;quot;pages&amp;quot;: 1, &amp;quot;prePage&amp;quot;: 0, &amp;quot;nextPage&amp;quot;: 0, &amp;quot;isFirstPage&amp;quot;: true, &amp;quot;isLastPage&amp;quot;: true, &amp;quot;hasPreviousPage&amp;quot;: false, &amp;quot;hasNextPage&amp;quot;: false, &amp;quot;navigatePages&amp;quot;: 8, &amp;quot;navigatepageNums&amp;quot;: [ 1 ], &amp;quot;navigateFirstPage&amp;quot;: 1, &amp;quot;navigateLastPage&amp;quot;: 1 } }</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> <tr> <td style="text-align: left;">groupName</td> <td style="text-align: left;">String</td> <td>该消费项所在消费组名称</td> </tr> <tr> <td style="text-align: left;">recordId</td> <td style="text-align: left;">Long</td> <td>该消费项所属的运营商id</td> </tr> <tr> <td style="text-align: left;">projectName</td> <td style="text-align: left;">String</td> <td>项目名称</td> </tr> <tr> <td style="text-align: left;">projectId</td> <td style="text-align: left;">String</td> <td>项目Id</td> </tr> <tr> <td style="text-align: left;">address</td> <td style="text-align: left;">String</td> <td>项目地址</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML