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-08 10:28:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a5db67e6558164a57e2830296a1dfcbfc36c7779
a5db67e6
1 parent
79bf3a39
Updated 环信添加好友系列接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
环信添加好友系列接口.md
环信添加好友系列接口.md
View file @
a5db67e
####班级同学建立好友关系接口
接口地址: /
buildFriendship
/class?access_token=ASLDFKJIWE
接口地址: /
friends_recommend
/class?access_token=ASLDFKJIWE
请求方式:GET
...
...
@@ -76,7 +76,7 @@
####添加单个好友接口
接口地址:/
buildFriendship
/add
接口地址:/
friends_recommend
/add
请求方式:POST
...
...
@@ -113,7 +113,7 @@
####删除好友接口
接口地址:/
buildFriendship
/delete
接口地址:/
friends_recommend
/delete
请求方式:DELETE
...
...
@@ -137,7 +137,7 @@
----------------------
####修改好友备注接口
接口地址:/
buildFriendship
/alias
接口地址:/
friends_recommend
/alias
请求方式:POST
...
...
@@ -164,7 +164,7 @@
--------------------------
####同意添加好友接口
接口地址:/
buildFriendship
/{user}/{status}
接口地址:/
friends_recommend
/{user}/{status}
请求方式:POST
...
...
@@ -274,4 +274,4 @@
返回值:
success ok
error 用户不存在或指定的消息ID参数不存在
error 用户不存在或指定的消息ID参数不存在
\ No newline at end of file
...
...
Please
register
or
login
to post a comment