Skip to content

[BUG] 请求全部楼层时,仅返回前 30 层 #190

@w568w

Description

@w568w

如题,请求为:

url:https://forum.fduhole.com/api/holes/493044/floors?offset=0&size=0
method:GET
requestTime:2025.08.07-15:50:51:18
responseTime:2025.08.07-15:50:51:63
duration:45ms
body:null
params:{
  "offset": 0,
  "size": 0
}
header:{<略>, cookie: null}

返回为:

[
  {
    "id": 4533213,
    "time_created": "2025-08-05T14:24:43.6+08:00",
    "time_updated": "2025-08-07T10:10:02.256+08:00",
<略>
  },
]

返回中的数组只有 30 个项目。

下游 issue:DanXi-Dev/DanXi#565

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions