✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
-3
@@ -23,7 +23,6 @@
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), 'SZ000002');
|
||||
|
||||
return Stock_RevenuesByIndustry(0, 2, 2, 1);
|
||||
// 输出:万科A最近2个报告期的主营构成(按行业)数据
|
||||
```
|
||||
@@ -51,7 +50,6 @@ return Stock_RevenuesByIndustry(0, 2, 2, 1);
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), 'SZ000002');
|
||||
|
||||
return Stock_RevenuesByProduct(0, 2, 2, 1);
|
||||
// 输出:万科A最近2个报告期的主营构成(按产品)数据
|
||||
```
|
||||
@@ -79,7 +77,6 @@ return Stock_RevenuesByProduct(0, 2, 2, 1);
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), 'SZ000002');
|
||||
|
||||
return Stock_RevenuesByRegion(0, 2, 2, 1);
|
||||
// 输出:万科A最近2个报告期的主营构成(按区域)数据
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user