Update user.md

fix: the param name of '/send_like'.  The parameter name should be "times"
This commit is contained in:
L1yp 2024-03-08 22:43:19 +08:00 committed by GitHub
parent 77a1bf17d4
commit d07e8c6ee0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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