Authored by csgyoho

Update 用户关注.md

... ... @@ -4,15 +4,10 @@
#### 请求参数
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|----:|
| uid | Integer | 否 | 1 | null | 用户uid |
| topicId | Integer | 否 | 1 | null | 话题id |
| followUid | String | 否 | 1 | null | 关注用户 |
| status | Integer | 否 | 10 | null | 状态(0:关注,1:取消) |
| attentionType | Integer | 否 | 1 | null | 类型(0:话题,1:用户) |
... ... @@ -42,11 +37,8 @@ code为200即为成功。
#### 请求参数
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|----:|
| uid | Integer | 否 | 1 | null | 用户uid |
| articleId | Integer | 否 | 1 | null | 文章id |
| attentionType | Boolean | 否 | 1 | null | 是否收藏(true:收藏,false:取消) |
... ...