03-帮助中心.md
<p><strong>简要描述:</strong> </p>
<ul>
<li>帮助中心</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>${访问地址}/api/info/help</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>Get & POST</li>
</ul>
<p><strong>参数:</strong>
无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "",
"code": 200,
"data": {
"info" : "<div>365钱包</div>"
}
}</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;">info</td>
<td style="text-align: left;">string</td>
<td>帮助中心(富文本)</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<p>参数的详细说明,请参见 <code>数据返回格式说明</code></p>