mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Update user.md
fix: the param name of '/send_like'. The parameter name should be "times"
This commit is contained in:
parent
77a1bf17d4
commit
d07e8c6ee0
@ -54,9 +54,9 @@ icon: users
|
|||||||
|
|
||||||
| 字段 | 类型 | 必须 | 说明 |
|
| 字段 | 类型 | 必须 | 说明 |
|
||||||
| ---- | ------ | ---- | ------ |
|
| ---- | ------ | ---- | ------ |
|
||||||
| time | int32 | 是 | 点赞次数 |
|
| times | int32 | 是 | 点赞次数 |
|
||||||
| user_id | int64 | 是 | 点赞的目标用户 |
|
| user_id | int64 | 是 | 点赞的目标用户 |
|
||||||
|
|
||||||
### 响应
|
### 响应
|
||||||
|
|
||||||
该接口将返回处理结果,其中 `data` 字段无数据。
|
该接口将返回处理结果,其中 `data` 字段无数据。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user