提交 1939c158 编写于 作者: 我就是妖怪's avatar 我就是妖怪

Update api.md

上级 cfce5643
......@@ -67,3 +67,34 @@
</tbody>
</table>
### 获取城市兴趣排名信息
**Path:** /v1/get-interest-info
**Method:** GET
### 请求参数
### 返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
| ------ | ------ | ------ | ------ | ------ | ------ |
| code | number | 非必须 | | | |
| message | string | 非必须 | | | |
| data | object | 非必须 | | | |
| ├─ countryTop | object [] | 非必须 | | 全国排行 | item 类型: object |
| ├─ id | number | 必须 | | | |
| ├─ name | string | 必须 | | 标签名 | |
| ├─ rank | number | 必须 | | 排名 | |
| ├─ score | number | 必须 | | 分数 | |
| ├─ cityInfoList | object [] | 非必须 | | 全国排行 | item 类型: object |
| ├─ city | string | 必须 | | 城市名 | |
| ├─ gps | number [] | 必须 | | | |
| ├─ score | number | 必须 | | 分数 | |
| ├─ list | object [] | 必须 | | | |
| ├─ id | number | 必须 | | | |
| ├─ name | string | 必须 | | 标签名 | |
| ├─ city | string | 必须 | | 城市名 | |
| ├─ rank | number | 必须 | | 排名 | |
| ├─ score | number | 必须 | | 分数 | |
| ├─ gps | number [] | 必须 | | | |
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册