mirror of
https://github.com/zhangxiangliang/stock-api.git
synced 2025-02-03 06:53:28 +08:00
feat: 增加 新浪接口相关导出
This commit is contained in:
parent
0df53c135b
commit
cf350df457
@ -1,8 +1,10 @@
|
|||||||
// Stocks
|
// Stocks
|
||||||
import base from './base';
|
import base from "./base";
|
||||||
import netease from './netease';
|
import sina from "./sina";
|
||||||
|
import netease from "./netease";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
base,
|
base,
|
||||||
|
sina,
|
||||||
netease,
|
netease,
|
||||||
};
|
};
|
||||||
|
4
src/stocks/sina/index.ts
Normal file
4
src/stocks/sina/index.ts
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
// Stocks
|
||||||
|
import Sina from "../../stocks/sina/api";
|
||||||
|
|
||||||
|
export default Sina;
|
Loading…
Reference in New Issue
Block a user