jtf

Updated 环信添加好友系列接口 (markdown)

... ... @@ -236,29 +236,42 @@
```json
[
{
"id": "4028804749b2270e0149b22dddd60000",
"source": {
"id": 3145,
"username": "123@q.com",
"realName": "Ji",
"figureUrl": null,
"type": "STUDENT"
},
"target": {
"id": 3144,
"username": "19911218@qq.com",
"realName": null,
"figureUrl": null,
"type": "STUDENT"
},
"type": "USER_RELATIONSHIP_APPLY或USER_RELATIONSHIP_DENY或USER_RELATIONSHIP_PASS或VERIFY_PASS或VERIFY_DENY",
"body":通过
"readed": false,
"createAt": "2014-11-15T06:39:51.000+0000",
"updateAt": "2014-11-15T06:39:51.000+0000",
"version": 0
}
{
"id": "4028804749b2270e0149b22dddd60000",
"source": {
"id": 3145,
"username": "123@q.com",
"realName": "Ji",
"figureUrl": null,
"type": "STUDENT"
},
"target": {
"id": 3144,
"username": "19911218@qq.com",
"realName": null,
"figureUrl": null,
"type": "STUDENT"
},
"type": "USER_RELATIONSHIP_APPLY或USER_RELATIONSHIP_DENY或USER_RELATIONSHIP_PASS或VERIFY_PASS或VERIFY_DENY",
"body": "通过",
"readed": false,
"createAt": "2014-11-15T06:39:51.000+0000",
"updateAt": "2014-11-15T06:39:51.000+0000",
"version": 0
}
]
```
--------------------------
####通知消费接口
接口地址:/notification/consume
请求方式:POST
参数:id (id为数组)
返回值:
success ok
error 用户不存在或指定的消息ID参数不存在
... ...