Skip to content

Commit

Permalink
⭐ update README.md
Browse files Browse the repository at this point in the history
fix #373
  • Loading branch information
shidenggui committed Jun 1, 2020
1 parent 52a71c3 commit 8dcddcf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

### 支持券商

* 海通客户端(海通网上交易系统独立委托): 推荐,[万一开户](https://gitee.com/shidenggui/assets/raw/master/uPic/2020-06-01_1leybG.png)
* 华泰客户端(网上交易系统(专业版Ⅱ))
* 国金客户端(全能行证券交易终端PC版)
* 其他券商通用同花顺客户端(需要手动登陆)
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

### 支持券商


* 海通客户端(海通网上交易系统独立委托): 推荐,[万一开户](https://gitee.com/shidenggui/assets/raw/master/uPic/2020-06-01_1leybG.png)
* 华泰客户端(网上交易系统(专业版Ⅱ))
* 国金客户端(全能行证券交易终端PC版)
* 其他券商通用同花顺客户端(需要手动登陆)
Expand Down
6 changes: 6 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ import easytrader

## 二、设置交易客户端类型

**海通客户端**

```python
user = easytrader.use('htzq_client')
```

**华泰客户端**

```python
Expand Down

0 comments on commit 8dcddcf

Please sign in to comment.