mirror of
https://github.com/zhangxiangliang/stock-api.git
synced 2025-01-23 06:00:24 +08:00
feat: 增加 股票接口返回值
This commit is contained in:
parent
5d2ae9f162
commit
6a325b5ea3
4
types/stocks/index.d.ts
vendored
4
types/stocks/index.d.ts
vendored
@ -4,12 +4,12 @@ export interface StockApi {
|
||||
/**
|
||||
* 构造函数
|
||||
*/
|
||||
new();
|
||||
new(): StockApi;
|
||||
|
||||
/**
|
||||
* 构造函数
|
||||
*/
|
||||
constructor();
|
||||
constructor(): StockApi;
|
||||
|
||||
/**
|
||||
* 获取股票数据
|
||||
|
Loading…
Reference in New Issue
Block a user