获取ios版本(最新)
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取ios版本(最新)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/Systems/getVersionIosNew</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;">oid</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>用户认证密钥</td>
</tr>
<tr>
<td style="text-align: left;">client</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>固定值wap 前端必传,ios不用传</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>值agent , business1 , business2 , business3</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>前端返回
{
"code": 0,
"forcedUpdate": 0,
"version": 9.7,
"crtVersion": 1,
"url": "https://le793.com/mobile/",
"plistUrl": "https://le793.com/business1ly.plist",
"qrcode": "https://le793.com/download/apk?type=business1",
"ios_api_url": "",
"rule_url": "http://api.leyingcdn.com:80/#/todayRule",
"ios_updates": [
"六合彩游戏规则里的生肖对应的号码变更",
"投注页面开奖号码对应的生肖变更"
],
"is_gray": 1,
"logo_url": "/images/logo/ly.png",
"gray_config": {
"code": 0,
"forcedUpdate": 0,
"version": 9.7,
"crtVersion": 1,
"url": "https://ly-gray.wgle5.com/mobile/",
"plistUrl": "https://ly-gray.wgle5.com/business1ly.plist",
"qrcode": "https://le793.com/download/apk?type=business1",
"gray_url": "https://ly-gray.wgle5.com"
}
}
ios返回
{
"user_signature_type": "business1",
"business1": {
"code": 0,
"forcedUpdate": 0,
"version": 9.7,
"crtVersion": 1,
"url": "https://le793.com/mobile/",
"plistUrl": "https://le793.com/business1ly.plist"
},
"business2": {
"code": 0,
"forcedUpdate": 0,
"version": 9.7,
"crtVersion": 1,
"url": "https://le793.com/mobile/",
"plistUrl": "https://le793.com/business2ly.plist"
},
"business3": {
"code": 0,
"forcedUpdate": 0,
"version": 9.7,
"crtVersion": 1,
"url": "https://le793.com/mobile/",
"plistUrl": "https://le793.com/business3ly.plist"
},
"gray_url": "https://ly-gray.wgle5.com",
"ios_api_url": "",
"rule_url": "http://api.leyingcdn.com:80/#/todayRule",
"ios_updates": [
"六合彩游戏规则里的生肖对应的号码变更",
"投注页面开奖号码对应的生肖变更"
],
"is_gray": 1,//是否是灰度测试IP
"logo_url": "/images/logo/ly.png"
}</code></pre>
<p>欢迎使用ShowDoc!</p>