📝 docs(tsl): sync api skill with corrected codegen
Mirror docs/tsl/codegen into the bundled tsl-api-reference skill and rebuild the function index. Remove invalid duplicate API entries for cb_delistedbydate, createhttpsession, exportJsonString, and Anova_Bartlett so exact lookup returns the canonical entries.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 数据仓库 / 时间相关函数
|
||||
|
||||
### `firstDay(stock_id)`
|
||||
## `firstDay(stock_id)`
|
||||
|
||||
时间相关函数相关函数。
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
|
||||
返回:datetime
|
||||
|
||||
#### 示例
|
||||
### 示例
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(),'SZ000002');
|
||||
Return firstday();//33240(1991-01-02);
|
||||
```
|
||||
|
||||
### `lastDay(stock_id)`
|
||||
## `lastDay(stock_id)`
|
||||
|
||||
时间相关函数相关函数。
|
||||
|
||||
@@ -27,7 +27,7 @@ Return firstday();//33240(1991-01-02);
|
||||
|
||||
返回:datetime
|
||||
|
||||
#### 示例
|
||||
### 示例
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(),'SZ000002');
|
||||
|
||||
Reference in New Issue
Block a user