事件消息通知
<p><strong>简要描述:</strong> </p>
<ul>
<li>未完成 </li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">int</td>
<td>用户id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"attributes": [],
"obj": [
{
"notiContent": "<span class='tx'><a href='/Member/otherHome/6999'><img src='/images/2019-03-25-03-37-th-5c984cf6208a5-.png'></a></span><p><input type='hidden' value='/Member/Like/likeMeNew' class='gotourl' /><span class='nm' title='123123'><a href='/Member/otherHome/6999'>123123</a></span>给你发送了私信<br></p>",
"notiTime": "1552462338649",
"notiId": 6999
},
{
"notiContent": "<span class='tx'><a href='/Member/otherHome/7039'><img src='/images/2019-03-25-03-37-th-5c984cf6208a5-.png'></a></span><p><input type='hidden' value='/Member/Like/likeMeNew' class='gotourl' /><span class='nm' title='按实际菜农'><a href='/Member/otherHome/7039'>按实际菜农</a></span>请求添加好友<br></p>",
"notiTime": "1552472449541",
"notiId": 7039
},
{
"notiContent": "<span class='tx'><a href='/Member/otherHome/6999'><img src='/images/2019-03-25-03-37-th-5c984cf6208a5-.png'></a></span><p><input type='hidden' value='/Member/Like/likeMeNew' class='gotourl' /><span class='nm' title='123123'><a href='/Member/otherHome/6999'>123123</a></span>访问了你的空间<br></p>",
"notiTime": "1552550511305",
"notiId": 6999
}
],
"success": true,
"msg": ""
}</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;">notiContent</td>
<td style="text-align: left;">html内容</td>
<td>用户id</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>