手动检测更新
<p><strong>简要描述:</strong> </p>
<ul>
<li>手动检测更新</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/app/check</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<p>|参数名|必选|类型|说明|</p>
<p><strong>返回示例</strong></p>
<pre><code> {
"__type": "result",
"state": "ok",
"msg": "暂无更新",
"time": 1548209948
}
{
"__type": "result",
"state": "has_update",
"msg": "有新版本,请更新",
"data": {
"down_url_android": "http://down.szwlzn.com/howshow_2.2.apk",
"down_url_ios": "https://itunes.apple.com/cn/app/%E6%99%BA%E8%83%BD%E4%BA%91%E7%AC%94%E8%AE%B0%E6%9C%AC/id1318529507?mt=8",
"version": "2.2",
"desc": "版本更新日志"
},
"time": 1548210068
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>