消息列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>取得用户消息列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://testing.zlmicro.com/muse/v1/message/list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</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;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 1,
"messageList": [{
"Id": 430,
"Status": 1,
"Userid": 55,
"CreateTime": 1530021782,
"UpdateTime": 1530021782,
"Title": "你发送了添加528797184为好友消息"
"Content": "你发送了添加528797184为好友消息"
}, {
"Id": 429,
"Status": 1,
"Userid": 55,
"CreateTime": 1530021782,
"UpdateTime": 1530021782,
"Title": "528785286申请添加您好好友请求"
"Content": "528785286申请添加您好好友请求"
}, {
"Id": 234,
"Status": 1,
"Userid": 55,
"CreateTime": 1530021782,
"UpdateTime": 1530021782,
"Title": "您同意添加528797184为好友"
"Content": "您同意添加528797184为好友"
}]
}</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;">messageList</td>
<td style="text-align: left;">消息数组</td>
<td>消息列表</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>