系统配置
<h5>简要描述</h5>
<ul>
<li>系统配置</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xr.xrzww.cn/api/config</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;code&quot;: 200,
&quot;message&quot;: &quot;ok&quot;,
&quot;data&quot;: {
&quot;id&quot;: 87,
&quot;android_version&quot;: 447,
&quot;ios_version&quot;: &quot;0&quot;,
&quot;oss_prefix&quot;: &quot;https://oss.xrzww.com&quot;,
&quot;h5_prefix&quot;: &quot;&quot;,
&quot;app_url&quot;: &quot;/apk_update/release/xr_4.47.apk&quot;,
&quot;update_title&quot;: &quot;息壤阅读安卓V4.47升级提示&quot;,
&quot;update_info&quot;: &quot;1、更换了宝箱长链接;2、新增了阅读页背景音乐功能&quot;,
&quot;fonts&quot;: [
&quot;/fonts/SourceHanSerifSC-Regular.otf&quot;,
&quot;/fonts/SourceHanSansSC-Regular.otf&quot;,
&quot;/fonts/GenShinGothic-Regular.ttf&quot;,
&quot;/fonts/ResourceHanRoundedSC-Regular.ttf&quot;,
&quot;/fonts/SourceHanSerifSC-Bold.otf&quot;,
&quot;/fonts/ResourceHanRoundedSC-Normal.ttf&quot;,
&quot;/fonts/huiwen_ming.otf&quot;,
&quot;/fonts/kai.ttf&quot;,
&quot;/fonts/song.TTF&quot;
],
&quot;force_update&quot;: 1,
&quot;create_time&quot;: 1679549056,
&quot;author_url&quot;: &quot;/author_apk_update/release/readunion_author_v2.13_release_2021-08-19.apk&quot;,
&quot;appVersion&quot;: &quot;&quot;,
&quot;author_version&quot;: 211,
&quot;device_type&quot;: &quot;android&quot;,
&quot;ios_button&quot;: &quot;&quot;,
&quot;source&quot;: &quot;xirang&quot;,
&quot;accessid&quot;: &quot;LTAI4GE6mX6f6BEoRGtcVJjb&quot;,
&quot;host&quot;: &quot;https://novel-novel.oss-cn-zhangjiakou.aliyuncs.com&quot;,
&quot;policy&quot;: &quot;eyJleHBpcmF0aW9uIjoiMjAyNC0wNi0wNlQxMTowMjoyNloiLCJjb25kaXRpb25zIjpbWyJjb250ZW50LWxlbmd0aC1yYW5nZSIsMCwxMDQ4NTc2MDAwXSxbInN0YXJ0cy13aXRoIiwiJGtleSIsImF2YXRhclwvIl1dfQ==&quot;,
&quot;signature&quot;: &quot;ZR1FBHqkBBPx6M/Qm8iy4E1keFI=&quot;,
&quot;expire&quot;: 1717642946,
&quot;dir&quot;: &quot;avatar/&quot;,
&quot;listen&quot;: [
&quot;/xtts/common.jet&quot;,
&quot;/xtts/xiaozhang.jet&quot;,
&quot;/xtts/xiaoxi.jet&quot;,
&quot;/xtts/xiaohou.jet&quot;,
&quot;/xtts/xiaofeng.jet&quot;,
&quot;/xtts/xiaoyan.jet&quot;,
&quot;/xtts/yiping.jet&quot;,
&quot;/xtts/xiaofang.jet&quot;,
&quot;/xtts/xiaoai_Novel.jet&quot;
],
&quot;submit_status&quot;: 0,
&quot;bucket_name&quot;: &quot;novel-novel&quot;,
&quot;app_icon&quot;: &quot;&quot;,
&quot;upgrade_tip_type&quot;: &quot;once_daily&quot;
}
}</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;">id</td>
<td style="text-align: left;">int</td>
<td>id</td>
</tr>
<tr>
<td style="text-align: left;">android_version</td>
<td style="text-align: left;">int</td>
<td>安卓版本号</td>
</tr>
<tr>
<td style="text-align: left;">ios_version</td>
<td style="text-align: left;">int</td>
<td>ios版本号</td>
</tr>
<tr>
<td style="text-align: left;">oss_prefix</td>
<td style="text-align: left;">int</td>
<td>阿里云前缀</td>
</tr>
<tr>
<td style="text-align: left;">h5_prefix</td>
<td style="text-align: left;">int</td>
<td>h5静态前缀</td>
</tr>
<tr>
<td style="text-align: left;">app_url</td>
<td style="text-align: left;">int</td>
<td>app下载链接</td>
</tr>
<tr>
<td style="text-align: left;">force_update</td>
<td style="text-align: left;">int</td>
<td>是否强制更新</td>
</tr>
<tr>
<td style="text-align: left;">create_time</td>
<td style="text-align: left;">int</td>
<td>时间</td>
</tr>
<tr>
<td style="text-align: left;">upgrade_tip_type</td>
<td style="text-align: left;">int</td>
<td>升级提示类型 每次打开every_time 一天一次once_daily</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>