Skip to content

Commit

Permalink
Merge pull request #57 from pohgxz/main
Browse files Browse the repository at this point in the history
修改<get_profile_like>响应参数列表
  • Loading branch information
MliKiowa authored Oct 30, 2024
2 parents f6fe9a0 + c3252af commit ca98e6c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/develop/api/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,17 +352,21 @@


## get_profile_like - 获取资料
## get_profile_like - 获取自身点赞列表

### 参数


### 响应数据

| 字段名 | 数据类型 | 说明 |
| ------ | -------- | -------- |
| `` | list[] | 错误信息 |
| 字段名 | 数据类型 | 说明 |
| ------------------ | -------- | -------- |
| `total_count` | number | 总点赞数 |
| `new_count` | number | 新点赞数 |
| `new_nearby_count` | number | |
| `last_visit_time` | number | |
| `userInfos` | list[] | |

#### list

Expand Down

0 comments on commit ca98e6c

Please sign in to comment.