全部已读
<h5>简要描述</h5>
<ul>
<li>全部已读</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/api/clearMessageNotice</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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"data": {
"post": 0,
"score_post": 0,
"booklist_post": 0,
"special_post": 0,
"column_article_post": 0,
"thread_post": 0,
"article_post": 0,
"at": 0,
"score_at": 0,
"score_post_at": 0,
"booklist_post_at": 0,
"special_post_at": 0,
"column_article_post_at": 0,
"thread_at": 0,
"thread_post_at": 0,
"like": 0,
"score_like_total": 0,
"score_like": 0,
"score_post_like": 0,
"booklist_like_total": 0,
"booklist_like": 0,
"booklist_post_like": 0,
"special_post_like": 0,
"column_article_post_like": 0,
"thread_like_total": 0,
"thread_like": 0,
"thread_post_like": 0,
"article_post_like": 0,
"article": 0,
"system": 0,
"feedback": 0,
"new_message_total_number": 0
},
"message": ""
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>