Skip to content

Commit

Permalink
Update README_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 authored May 17, 2019
1 parent bfb2f9e commit 55b9f32
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ Huobi 文档地址 [https://github.com/huobiapi/API_Docs/wiki/REST_api_reference
composer require "linwj/huobi dev-master"
```

支持本地开发代理设置 [More](https://github.com/zhouaini528/huobi-php/blob/master/tests/spot/proxy.php#L21)
```php
$huobi=new HuobiSpot();

//If you are developing locally and need an agent, you can set this
$huobi->setProxy();

//More flexible Settings
$huobi->setProxy([
'http' => 'http://127.0.0.1:12333',
'https' => 'http://127.0.0.1:12333',
]);
```

### 现货交易 API

Market related API [More](https://github.com/zhouaini528/huobi-php/blob/master/tests/spot/market.php)
Expand Down

0 comments on commit 55b9f32

Please sign in to comment.