APP

API接口文档


获取最新版本信息

<p><strong>简要描述:</strong> </p> <ul> <li>获取最新版本信息</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://47.93.115.228:9002/system/version</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;">TYPE</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>设备类型 1:安卓,2:IOS</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;MSG&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;STATE&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;OBJECT&amp;quot;: { &amp;quot;UPDATELOG&amp;quot;: &amp;quot;dasfsafsadf&amp;quot;, //更新内容 &amp;quot;RELEASEDATE&amp;quot;: &amp;quot;2018-07-23 19:55:00&amp;quot;, //发布时间 &amp;quot;VERSION&amp;quot;: &amp;quot;1.1.2111&amp;quot;, //版本号 &amp;quot;DOWNURL&amp;quot;: &amp;quot;http://img.ixuehui.cn/test/0ae576baee3a483b9c323eddae4a5197.apk&amp;quot;, //下载地址 &amp;quot;ID&amp;quot;: 65, &amp;quot;UPDATEFLAG&amp;quot;: 1, //是否需要强制升级,1:是,0:否 &amp;quot;TYPE&amp;quot;: &amp;quot;1&amp;quot; //APP类型,1:Android 2:iPhone } }</code></pre>

页面列表

ITEM_HTML