城镇固定资产投资分页
分页返回该指标表格数据。
HTTP 方法与路径:GET /api/v1/macro/fixed-asset-investment
入参
Path
| 路径参数 | 无 |
Query
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
page | undefined | undefined | undefined |
pageSize | undefined | undefined | undefined |
响应
响应外壳:成功时 JSON 含
success、data、可选message,见 统一响应体。
响应示例
对应请求 GET /api/v1/macro/fixed-asset-investment?page=1&pageSize=20。字段以线上为准。
{
"success": true,
"data": {
"pages": 10,
"data": [
{
"REPORT_DATE": "2026-03-01 00:00:00",
"TIME": "2026年03月份",
"BASE": 49987,
"BASE_SAME": -1.12,
"BASE_SEQUENTIAL": null,
"BASE_ACCUMULATE": 102708
},
"..."
],
"count": 200
}
}请求示例
curl -sS -H "Authorization: Bearer <API_KEY>" "http://localhost:4000/api/v1/macro/fixed-asset-investment?page=1&pageSize=20"Last updated on