版本管理列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>版本管理列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>admin/system/app-revision/page-query</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot; : {
&quot;content&quot; : [ {
&quot;id&quot; : 2,
&quot;publishTime&quot; : &quot;2024-08-14 18:27:25&quot;,
&quot;remark&quot; : &quot;苹果APP&quot;,
&quot;version&quot; : &quot;3.1.18.0&quot;,
&quot;downloadUrl&quot; : &quot;https://doge-static-test.dogeworld.store/ios/ios-new.html&quot;,
&quot;platform&quot; : 1,
&quot;lowestVersion&quot; : &quot;3.1.18.0&quot;,
&quot;updateDescription&quot; : &quot;3.1.18.0\n版本 功能优化\n1. 增加删除账号的功能&quot;,
&quot;updateZhHkDescription&quot; : null,
&quot;updateEnUsDescription&quot; : null,
&quot;updateJaJpDescription&quot; : null,
&quot;updateKoKrDescription&quot; : null,
&quot;updateViVnDescription&quot; : null
}, {
&quot;id&quot; : 1,
&quot;publishTime&quot; : &quot;2024-09-21 18:22:22&quot;,
&quot;remark&quot; : &quot;安卓APP&quot;,
&quot;version&quot; : &quot;3.1.78&quot;,
&quot;downloadUrl&quot; : &quot;https://doge-static-test.dogeworld.store/package/DogeCoin-new-v3.1.78-20240921_180755.apk&quot;,
&quot;platform&quot; : 0,
&quot;lowestVersion&quot; : &quot;3.1.30&quot;,
&quot;updateDescription&quot; : &quot;v3.1.78\n1.期权模块,只有中文显示cny\n2.期权模块,流水账单显示调整\n3.提币模块调整,取消手机验证\n4.安全设置,邮箱注册用户不需要绑定手机\n5.期权模块可用usdt取值调整\n6.期权流水、订单、分享图调整\n\n&quot;,
&quot;updateZhHkDescription&quot; : null,
&quot;updateEnUsDescription&quot; : null,
&quot;updateJaJpDescription&quot; : null,
&quot;updateKoKrDescription&quot; : null,
&quot;updateViVnDescription&quot; : null
} ],
&quot;last&quot; : true,
&quot;totalPages&quot; : 1,
&quot;totalElements&quot; : 2,
&quot;first&quot; : true,
&quot;sort&quot; : [ {
&quot;direction&quot; : &quot;DESC&quot;,
&quot;property&quot; : &quot;id&quot;,
&quot;ignoreCase&quot; : false,
&quot;nullHandling&quot; : &quot;NATIVE&quot;,
&quot;descending&quot; : true,
&quot;ascending&quot; : false
} ],
&quot;numberOfElements&quot; : 2,
&quot;size&quot; : 15,
&quot;number&quot; : 0
},
&quot;code&quot; : 0,
&quot;message&quot; : &quot;SUCCESS&quot;,
&quot;totalPage&quot; : null,
&quot;totalElement&quot; : null
}</code></pre>
<h5>返回参数说明</h5>
<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;">updateZhHkDescription</td>
<td style="text-align: left;">src</td>
<td>繁体更新描述</td>
</tr>
<tr>
<td style="text-align: left;">updateEnUsDescription</td>
<td style="text-align: left;">src</td>
<td>英语更新描述</td>
</tr>
<tr>
<td style="text-align: left;">updateJaJpDescription</td>
<td style="text-align: left;">src</td>
<td>日语更新描述</td>
</tr>
<tr>
<td style="text-align: left;">updateKoKrDescription</td>
<td style="text-align: left;">src</td>
<td>韩语更新描述</td>
</tr>
<tr>
<td style="text-align: left;">updateViVnDescription</td>
<td style="text-align: left;">src</td>
<td>越南语更新描述</td>
</tr>
<tr>
<td style="text-align: left;">updateDescription</td>
<td style="text-align: left;">src</td>
<td>中文更新描述</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>