File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1403
1403
| ------------| --------| ------| -----------------------------|
1404
1404
| ` kline_reqs ` | array | 是 | K线请求数组 |
1405
1405
| > ` c ` | string | 是 | 股票代码,多个股票代码用逗号分隔 |
1406
- | > ` co ` | integer | 是| Count 请求多少根,默认可以请求所有类型最近1000根K线,需要更多历史K线数据请联系客服 。|
1406
+ | > ` co ` | integer | 是| Count 请求多少根,默认可以请求所有类型最近1000根K线,需要更多历史K线数据请联系客服另外提供 。|
1407
1407
| > ` a ` | integer | 是 | 复权类型 0:不复权 1:前复权 |
1408
1408
| > ` kt ` | integer | 是 | K线类型,取值参看[ 2.1章节] ( #21K线类型 ) K线类型定义|
1409
1409
> [ 返回目录] ( #目录 )
3137
3137
| ` type ` | 请求类型:RK,响应的type也是RK |
3138
3138
| ` kline_reqs ` | K线请求数组 |
3139
3139
| > ` c ` | string 股票代码,多个股票代码用逗号分隔 |
3140
- | > ` co ` | integer Count 请求多少根,默认可以请求所有类型最近1000根K线,需要更多历史K线数据请联系客服。 |
3140
+ | > ` co ` | integer Count 请求多少根,默认可以请求所有类型最近1000根K线,需要更多历史K线数据请联系客服另外提供。 |
3141
3141
| > ` a ` | integer 复权类型 0:不复权 1:前复权 |
3142
3142
| > ` kt ` | integer K线类型,取值参看[ 2.1章节] ( #21K线类型 ) K线类型定义|
3143
3143
| ` reqid ` | integer 可选。请求id,由客户端传入,服务器会原值返回,用于客户端自己索引一条唯一的请求和返回。客户端结合自身需要考虑是否传入合适的值。 |
You can’t perform that action at this time.
0 commit comments