Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed May 12, 2020
1 parent 30a6e5b commit 7a83436
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Most of the interface is now complete, and the user can continue to extend it ba
composer require linwj/mxc-php
```

Support for more request Settings [More](https://github.com/zhouaini528/mxc-php/blob/master/tests/spot/proxy.php#L21)
Support for more request Settings
```php
$okex=new OkexSpot();
//You can set special needs
Expand All @@ -55,7 +55,7 @@ $okex->setOptions([

### Mxc Spot API

Order Book [More](https://github.com/zhouaini528/mxc-php/blob/master/tests/Mxc/market.php)
Order Book [More](https://github.com/zhouaini528/mxc-php/blob/master/tests/spot/market.php)

```php
$mxc=new MxcSpot($key,$secret);
Expand Down Expand Up @@ -108,7 +108,7 @@ try {
}
```

Order related API [More](https://github.com/zhouaini528/mxc-php/blob/master/tests/Mxc/order.php)
Order related API [More](https://github.com/zhouaini528/mxc-php/blob/master/tests/spot/order.php)

```php
//Place an Order
Expand Down Expand Up @@ -154,7 +154,7 @@ try {
}
```

Accounts related API [More](https://github.com/zhouaini528/mxc-php/blob/master/tests/Mxc/accounts.php)
Accounts related API [More](https://github.com/zhouaini528/mxc-php/blob/master/tests/spot/accounts.php)

```php
try {
Expand All @@ -166,6 +166,6 @@ try {

```

[More Test](https://github.com/zhouaini528/mxc-php/tree/master/tests/Mxc)
[More Test](https://github.com/zhouaini528/mxc-php/tree/master/tests/spot)

[More Api](https://github.com/zhouaini528/mxc-php/tree/master/src/Api/Mxc)
[More Api](https://github.com/zhouaini528/mxc-php/tree/master/src/Api/Spot)
10 changes: 5 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $okex->setOptions([

### Mxc 现货交易 API

行情数据 [More](https://github.com/zhouaini528/mxc-php/blob/master/tests/Mxc/market.php)
行情数据 [More](https://github.com/zhouaini528/mxc-php/blob/master/tests/spot/market.php)

```php
$mxc=new MxcSpot($key,$secret);
Expand Down Expand Up @@ -106,7 +106,7 @@ try {
}
```

下单、撤单、查询订单 [More](https://github.com/zhouaini528/mxc-php/blob/master/tests/Mxc/order.php)
下单、撤单、查询订单 [More](https://github.com/zhouaini528/mxc-php/blob/master/tests/spot/order.php)

```php
//Place an Order
Expand Down Expand Up @@ -152,7 +152,7 @@ try {
}
```

账户查询 [More](https://github.com/zhouaini528/mxc-php/blob/master/tests/Mxc/accounts.php)
账户查询 [More](https://github.com/zhouaini528/mxc-php/blob/master/tests/spot/accounts.php)

```php
try {
Expand All @@ -164,6 +164,6 @@ try {

```

[更多用例请查看](https://github.com/zhouaini528/mxc-php/tree/master/tests/Mxc)
[更多用例请查看](https://github.com/zhouaini528/mxc-php/tree/master/tests/spot)

[更多API请查看](https://github.com/zhouaini528/mxc-php/tree/master/src/Api/Mxc)
[更多API请查看](https://github.com/zhouaini528/mxc-php/tree/master/src/Api/Spot)

0 comments on commit 7a83436

Please sign in to comment.