✨ feat(tsl-api-reference): expand API and module coverage
This commit is contained in:
@@ -14,6 +14,28 @@
|
||||
|
||||
返回:array
|
||||
|
||||
## `bk_fundthemename(bk_name)`
|
||||
|
||||
声明:function
|
||||
|
||||
返回指定基金板块内各基金的代码、名称与主题
|
||||
|
||||
<!-- tags: 金融 基金 基本情况 板块 主题 基金列表 查询 -->
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | ------ | ------------ |
|
||||
| `bk_name` | string | 基金板块名称 |
|
||||
|
||||
返回:array
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:查询开放式基金板块的基金主题
|
||||
|
||||
```tsl
|
||||
return bk_fundthemename("开放式基金");
|
||||
```
|
||||
|
||||
## `fundallcompanylist()`
|
||||
|
||||
声明:function
|
||||
|
||||
Reference in New Issue
Block a user