Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
jtf
2015-08-07 16:57:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7b85ec1116b007c00a16f804221052a2e399016f
7b85ec11
1 parent
230ff600
Updated 环信添加好友系列接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
23 deletions
环信添加好友系列接口.md
环信添加好友系列接口.md
View file @
7b85ec1
...
...
@@ -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参数不存在
...
...
Please
register
or
login
to post a comment