Showing
1 changed file
with
6 additions
and
6 deletions
1 | ####班级同学建立好友关系接口 | 1 | ####班级同学建立好友关系接口 |
2 | 2 | ||
3 | -接口地址: /buildFriendship/class?access_token=ASLDFKJIWE | 3 | +接口地址: /friends_recommend/class?access_token=ASLDFKJIWE |
4 | 4 | ||
5 | 请求方式:GET | 5 | 请求方式:GET |
6 | 6 | ||
@@ -76,7 +76,7 @@ | @@ -76,7 +76,7 @@ | ||
76 | 76 | ||
77 | ####添加单个好友接口 | 77 | ####添加单个好友接口 |
78 | 78 | ||
79 | -接口地址:/buildFriendship/add | 79 | +接口地址:/friends_recommend/add |
80 | 80 | ||
81 | 请求方式:POST | 81 | 请求方式:POST |
82 | 82 | ||
@@ -113,7 +113,7 @@ | @@ -113,7 +113,7 @@ | ||
113 | 113 | ||
114 | ####删除好友接口 | 114 | ####删除好友接口 |
115 | 115 | ||
116 | -接口地址:/buildFriendship/delete | 116 | +接口地址:/friends_recommend/delete |
117 | 117 | ||
118 | 请求方式:DELETE | 118 | 请求方式:DELETE |
119 | 119 | ||
@@ -137,7 +137,7 @@ | @@ -137,7 +137,7 @@ | ||
137 | ---------------------- | 137 | ---------------------- |
138 | ####修改好友备注接口 | 138 | ####修改好友备注接口 |
139 | 139 | ||
140 | -接口地址:/buildFriendship/alias | 140 | +接口地址:/friends_recommend/alias |
141 | 141 | ||
142 | 请求方式:POST | 142 | 请求方式:POST |
143 | 143 | ||
@@ -164,7 +164,7 @@ | @@ -164,7 +164,7 @@ | ||
164 | -------------------------- | 164 | -------------------------- |
165 | ####同意添加好友接口 | 165 | ####同意添加好友接口 |
166 | 166 | ||
167 | -接口地址:/buildFriendship/{user}/{status} | 167 | +接口地址:/friends_recommend/{user}/{status} |
168 | 168 | ||
169 | 请求方式:POST | 169 | 请求方式:POST |
170 | 170 | ||
@@ -274,4 +274,4 @@ | @@ -274,4 +274,4 @@ | ||
274 | 返回值: | 274 | 返回值: |
275 | 275 | ||
276 | success ok | 276 | success ok |
277 | -error 用户不存在或指定的消息ID参数不存在 | 277 | +error 用户不存在或指定的消息ID参数不存在 |
-
Please register or login to post a comment