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-06 10:26:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8b6ed89f81a3fefd6f05dbc352470ff13362ea04
8b6ed89f
1 parent
721b0d5e
Updated 环信添加好友系列接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
环信添加好友系列接口.md
环信添加好友系列接口.md
View file @
8b6ed89
...
...
@@ -32,6 +32,7 @@
请求方式:GET
参数:
|参数 |是否必须 |说明 |
|---------------|--------|--------------|
|keyWord |是 |搜索关键字 |
...
...
@@ -83,12 +84,14 @@
请求方式:POST
参数:
|参数 | 是否必须 |说明 |
|---------|-----------|----------------|
|user_id |是 |被添加好友的用户id|
|message |否 |申请理由 |
**返回值:**
1.
添加自己为好友
```
json
{
...
...
@@ -142,6 +145,7 @@
请求方式:POST
参数:
|参数 |是否必须 | 说明 |
|-------|-----------|--------------|
|user_id|是 |被修改的用户的id|
...
...
@@ -183,7 +187,8 @@
请求方式:GET
参数:
|参数 |是否必须 |说明 |
|参数 |是否必须 |说明 |
|-------------|-----------------|----------------------|
|type |否 |默认为"STUDENT" |
|flag |否(默认为true) |返回值是否包含班级好友的标志:默认为true,表示返回值包含班级好友|
...
...
Please
register
or
login
to post a comment