接口作废
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>查看站内信</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://yaode.shhhdong.com/api/zutuan/readMsg.html</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </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;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户</td>
</tr>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>站内信id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;message&quot;: &quot;操作成功&quot;,
&quot;data&quot;: {
&quot;id&quot;: 1,
&quot;title&quot;: &quot;站内信&quot;,
&quot;content&quot;: &quot;站内信&quot;,
&quot;level_id&quot;: 0,
&quot;level_name&quot;: &quot;&quot;,
&quot;msg_type&quot;: 5,
&quot;addtime&quot;: 1741740129,
&quot;msg_type_ids&quot;: &quot;&quot;,
&quot;msg_type_name&quot;: &quot;&quot;,
&quot;level_ids&quot;: &quot;&quot;,
&quot;link&quot;: &quot;&quot;,
&quot;rec_num&quot;: 0,
&quot;rec_num_ids&quot;: &quot;&quot;,
&quot;rec_num_name&quot;: &quot;&quot;
},
&quot;timestamp&quot;: 1741742272
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>