feat: 增加 股票接口返回值

This commit is contained in:
zhangxiangliang 2020-08-06 23:37:39 +08:00
parent 5d2ae9f162
commit 6a325b5ea3

View File

@ -4,12 +4,12 @@ export interface StockApi {
/**
*
*/
new();
new(): StockApi;
/**
*
*/
constructor();
constructor(): StockApi;
/**
*