一键读取所有的消息
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>ReadAllMessage</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<ul>
<li><code>null</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET/POST</li>
</ul>
<p><strong>请求参数说明:</strong></p>
<p><strong>返回示例</strong></p>
<pre><code>{
"Status": true,
"Info": "",
"Code": 0
}</code></pre>
<p><strong>返回说明</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Status</td>
<td>是否成功</td>
</tr>
<tr>
<td style="text-align: left;">Info</td>
<td>信息</td>
</tr>
<tr>
<td style="text-align: left;">Code</td>
<td>返回码</td>
</tr>
</tbody>
</table>