Skip to content

Commit d6cb33c

Browse files
committed
update daily report api
1 parent 121d94a commit d6cb33c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,8 @@ PATH:`GET /api/v1/daily/report/`
524524
"page_count": 10, #总页数
525525
"order": "stars",
526526
"asc": 0,
527-
"count": 10, #本次返回项目总数
527+
"count": 10, #项目总数
528+
"page_size": 10,
528529
"data": [
529530
{
530531
"description": "Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.",

0 commit comments

Comments
 (0)