|
|
@@ -44,7 +44,7 @@ Content-Type: application/json
|
|
|
| 字段 | 类型 | 说明 |
|
|
|
|----|----|----|
|
|
|
| `period` | string | 回显请求周期 |
|
|
|
-| `snapshot_dt` | string `yyyyMMdd` \| null | 实际取数那行的 `dt`;单日=该日,近 7/30 天=rolling 的 as-of 日;`missing` 时为 `null` |
|
|
|
+| `snapshot_dt` | string `yyyyMMdd` \| null | 实际命中行的 `dt`;单日=该日,近 7/30 天=rolling 的 as-of 日。**仅未命中任何行时为 `null`**(命中行但列为 NULL 的 `missing` 仍回该行 `dt`) |
|
|
|
| `results` | array(5) | 固定 5 步,见下 |
|
|
|
| `data_status` | string 枚举 | `ready` / `missing` |
|
|
|
|
|
|
@@ -79,7 +79,7 @@ Content-Type: application/json
|
|
|
| 值 | 含义 |
|
|
|
|----|----|
|
|
|
| `ready` | 目标行存在且对应列非空,正常返回 |
|
|
|
-| `missing` | 目标行不存在或对应列为空。**不补零**:`results` 为空、`snapshot_dt` 为 `null` |
|
|
|
+| `missing` | 目标行不存在,**或**命中行但对应列为 NULL。**不补零**:`results` 为空;`snapshot_dt` 仅在未命中行时为 `null`(命中行但列空时仍回该行 `dt`) |
|
|
|
|
|
|
### 2.4 错误 `422`
|
|
|
|