✨ feat(tsl-api-reference): expand and reorganize api catalog
Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references. Keep the existing generated index without rebuilding after signature normalization.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# 数据仓库 / 条件判定
|
||||
|
||||
## `isTimePeriodInfoId(info_id)`
|
||||
|
||||
声明:function
|
||||
|
||||
是否是时段指标
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | ---- | -------------- |
|
||||
| `info_id` | int | 整数。基本面Id |
|
||||
|
||||
返回:bool
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:结果:1
|
||||
|
||||
```tsl
|
||||
return IsTimePeriodInfoId(150003);
|
||||
// 输出:1
|
||||
```
|
||||
Reference in New Issue
Block a user