文章分享后台配置信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>返回全部配置 通过后台配置信息去查看对应的编码</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://api.nilaib.com/share/getShareConfigJsonCache.htm</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>
<th>取值说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">cversion</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>当前程序版本号</td>
<td>例:4311</td>
</tr>
<tr>
<td style="text-align: left;">ctype</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>系统类型</td>
<td>苹果1 安卓2</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;result&quot; : &quot;1000&quot;,
&quot;msg&quot; : &quot;success&quot;,
&quot;info&quot; : {
&quot;m162&quot; : &quot;50&quot;,
&quot;m140&quot; : &quot;&quot;,
&quot;m113&quot; : &quot;http://apptest.eye61.com/guide/actCenter.htm&quot;,
&quot;m124&quot; : &quot;http://img.eye61.com/app/v1/man.png&quot;,
&quot;m201&quot; : &quot;http://fq100.net/h5/advertisementtest/activities/html/activities_setting.html&quot;,
&quot;m212&quot; : &quot;http://fq100.net/h5/weblive/html/app_pay.html&quot;,
&quot;m202&quot; : &quot;http://fq100.net/h5/weblive/html/account_level.html&quot;,
&quot;m213&quot; : &quot;http://fq100.net/h5/weblive/html/rank_hongbao.html&quot;,
&quot;m210&quot; : &quot;http://fq100.net/h5/weblive/html/share_awards.html&quot;,
&quot;m133&quot; : &quot;http://img.nilaib.com/app/v420/alertan.html&quot;,
&quot;m123&quot; : &quot;http://img.eye61.com/app/v1/female.png&quot;,
&quot;m200&quot; : &quot;http://fq100.net/h5/advertisementtest/activities/html/activities_box.html&quot;,
&quot;m211&quot; : &quot;http://fq100.net/h5/weblive/html/video_lottery.html&quot;,
&quot;m134&quot; : &quot;http://img.nilaib.com/app/v420/zhibo-banner.jpg&quot;,
&quot;m205&quot; : &quot;http://fq100.net/h5/advertisementtest/activities/html/activities_lottery_histroy.html&quot;,
&quot;m206&quot; : &quot;http://fq100.net/h5/weblive/html/family_agreement.html&quot;,
&quot;m203&quot; : &quot;http://fq100.net/h5/weblive/html/anchor_level.html&quot;,
&quot;m214&quot; : &quot;http://fq100.net/h5/weblive/html/live_lottery.html&quot;,
&quot;m204&quot; : &quot;http://fq100.net/h5/advertisementtest/activities/html/activities_lottery.html&quot;,
&quot;m215&quot; : &quot;http://fq100.net/h5/weblive/html/rank_anchor.html&quot;,
&quot;m209&quot; : &quot;3000&quot;,
&quot;m207&quot; : &quot;http://fq100.net/h5/weblive/html/task.html&quot;,
&quot;m208&quot; : &quot;http://fq100.net/h5/weblive/html/rank.html&quot;
}
}
</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">result</td>
<td style="text-align: left;">String</td>
<td>返回类型编号</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">String</td>
<td>返回说明信息</td>
</tr>
<tr>
<td style="text-align: left;">info</td>
<td style="text-align: left;">JSON</td>
<td>返回结果</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>