消息中心
<p><strong>简要描述:</strong> </p>
<ul>
<li>消息中心</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/v1/user/message_center</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>参数:</strong> </p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "获取成功",
"time": 1582191965,
"data": {
"message_top": [
{
"type": 1,//类型1通知消息 2交易消息 3互动消息 4单聊 5群聊
"relation_id": 0,//关联id 如用户id或群组id 没有则为0
"create_time": "2020-01-08 14:37:01"//置顶时间
},
{
"type": 2,
"relation_id": 0,
"create_time": "2020-01-08 14:37:01"
},
{
"type": 3,
"relation_id": 0,
"create_time": "2020-01-08 14:37:01"
},
{
"type": 4,
"relation_id": 100000,
"create_time": "2020-01-08 14:37:01"
}
],
"wx_official_bind": 0//是否关注,0未关注,1已关注
"wx_official_name": "逛逛公众号"
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>