帮助中心返回h5
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>帮助中心返回h5</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/uc/ancillary/system/helpCenter</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>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>2:新手指南,3:安装教程,4:交易入门 8:行情技术 7:常见问题</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: {
&quot;beginner_guide&quot;: &quot;https://doge-help-test.dogeworld.store/index/help/category/2&quot;,
&quot;installation_guide&quot;: &quot;https://doge-help-test.dogeworld.store/index/help/category/3&quot;,
&quot;trading_guid&quot;: &quot;https://doge-help-test.dogeworld.store/index/help/category/4&quot;,
&quot;market_technology&quot;: &quot;https://doge-help-test.dogeworld.store/index/help/category/8&quot;,
&quot;frequently_issue&quot;: &quot;https://doge-help-test.dogeworld.store/index/help/category/7&quot;
},
&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;">beginner_guide</td>
<td style="text-align: left;">String</td>
<td>新手指南</td>
</tr>
<tr>
<td style="text-align: left;">installation_guide</td>
<td style="text-align: left;">String</td>
<td>安装教程</td>
</tr>
<tr>
<td style="text-align: left;">trading_guid</td>
<td style="text-align: left;">String</td>
<td>交易入门</td>
</tr>
<tr>
<td style="text-align: left;">market_technology</td>
<td style="text-align: left;">String</td>
<td>行情技术</td>
</tr>
<tr>
<td style="text-align: left;">frequently_issue</td>
<td style="text-align: left;">String</td>
<td>常见问题</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>