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 2ca80e4 commit 540b505
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ Okex 文档地址 [https://www.okex.com/docs/en](https://www.okex.com/docs/en/#R
composer require "linwj/okex dev-master"
```

支持本地开发代理设置 [More](https://github.com/zhouaini528/okex-php/blob/master/tests/spot/proxy.php#L21)
```php
//If you are developing locally and need an agent, you can set this
$okex->setProxy();

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

### 现货交易 API

Instrument related API [More](https://github.com/zhouaini528/okex-php/blob/master/tests/spot/instrument.php)
Expand Down

0 comments on commit 540b505

Please sign in to comment.