chore: 更新版本号至0.1.1-beta并替换domain为siteId
- 将主项目及各子模块的版本号从0.0.18更新至0.1.1-beta - 在API文档中将查询参数`domain`统一替换为`siteId`以明确筛选依据 - 为评论统计和点赞统计接口添加`siteId`筛选参数说明
This commit is contained in:
@@ -102,7 +102,7 @@ GET /admin/analytics/pages
|
||||
|
||||
| 名称 | 位置 | 类型 | 必填 | 说明 |
|
||||
| -------- | ----- | ------ | ---- | ------------------------------------------ |
|
||||
| `domain` | query | string | 否 | 按域名筛选访问数据,传入域名,如 `example.com` |
|
||||
| `siteId` | query | string | 否 | 按站点 ID 筛选访问数据,如 `blog`、`docs` |
|
||||
| `order` | query | string | 否 | 排序方式,`pv`(按访问量排序,默认)或 `latest`(最新访问) |
|
||||
|
||||
说明:
|
||||
|
||||
Reference in New Issue
Block a user