Skip to content

Commit

Permalink
更改空间
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 29, 2018
1 parent 1b08c84 commit 31d1cf5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
订单类的初始化
```php
$order=new \Lin\Bitmex\Api\Order($key, $secret);
$order->test();
//$order->test();

//订单查询
$rlt=$order->get([
Expand All @@ -27,7 +27,7 @@ print_r($rlt);
用户类的初始化
```php
$user=new \Lin\Bitmex\Api\User($key, $secret);
$user->test();
//$user->test();

//订单查询
$rlt=$user->get();
Expand All @@ -36,7 +36,10 @@ print_r($rlt);
//功能多API请查看API
```

测试服务器[https://testnet.bitmex.com](https://testnet.bitmex.com)

测试服务器需要用到该方法:$class->test();正式部署注释掉该方法。

正式服务器[https://www.bitmex.com](https://www.bitmex.com)

$class->test();

初始化该方法是请求测试服务器,正式部署注释掉该方法

0 comments on commit 31d1cf5

Please sign in to comment.