2 Commits

Author SHA1 Message Date
6a3ce47d8c Merge pull request #285 from L1yp/patch-1
Update user.md
2024-03-08 23:58:06 +08:00
d07e8c6ee0 Update user.md
fix: the param name of '/send_like'.  The parameter name should be "times"
2024-03-08 22:43:19 +08:00

View File

@ -54,9 +54,9 @@ icon: users
| 字段 | 类型 | 必须 | 说明 |
| ---- | ------ | ---- | ------ |
| time | int32 | 是 | 点赞次数 |
| times | int32 | 是 | 点赞次数 |
| user_id | int64 | 是 | 点赞的目标用户 |
### 响应
该接口将返回处理结果,其中 `data` 字段无数据。
该接口将返回处理结果,其中 `data` 字段无数据。