智慧校园

对外提供的 亦信 电子班牌等


4.根据资产类型获取自己对应的资产

<p><strong>简要描述:</strong> </p> <ul> <li>获取资产类型</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>assetapp/getAssetListByType.do</code></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;">apiKey</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td></td> </tr> <tr> <td style="text-align: left;">schoolId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">long</td> <td></td> </tr> <tr> <td style="text-align: left;">type</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;ResponseCode&amp;quot;: 0, &amp;quot;ResponseResult&amp;quot;: &amp;quot;获取成功&amp;quot;, &amp;quot;ResponseObject&amp;quot;: [ { &amp;quot;id&amp;quot;: 1, &amp;quot;assetId&amp;quot;: 1, &amp;quot;code&amp;quot;: &amp;quot;HDL0001&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;电脑&amp;quot;, &amp;quot;type&amp;quot;: 0, &amp;quot;property&amp;quot;: 0, &amp;quot;respPerson&amp;quot;: &amp;quot;盛银江&amp;quot;, &amp;quot;receiveTime&amp;quot;: &amp;quot;2017-01-22 16:13:39&amp;quot; }, { &amp;quot;id&amp;quot;: 8, &amp;quot;assetId&amp;quot;: 8, &amp;quot;code&amp;quot;: &amp;quot;RICHX8009&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;资产测试01&amp;quot;, &amp;quot;type&amp;quot;: 0, &amp;quot;property&amp;quot;: 0, &amp;quot;respPerson&amp;quot;: &amp;quot;盛银江&amp;quot; } ] }</code></pre> <p><strong>返回参数说明-ResponseObject值</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;">id</td> <td style="text-align: left;">int</td> <td>id</td> </tr> <tr> <td style="text-align: left;">assetId</td> <td style="text-align: left;">int</td> <td>assetId</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">String</td> <td>编码</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">String</td> <td>名称</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">int</td> <td>类型</td> </tr> <tr> <td style="text-align: left;">respPerson</td> <td style="text-align: left;">string</td> <td>负责人</td> </tr> <tr> <td style="text-align: left;">receiveTime</td> <td style="text-align: left;">string</td> <td>领取时间</td> </tr> </tbody> </table>

页面列表

ITEM_HTML