Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 authored Oct 29, 2018
1 parent eb88f27 commit 68a9a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $order->test();
$rlt=$order->get([
'symbol'=>'ADAZ18',
]);
print_r($a);
print_r($rlt);

//创建新订单
$data=[
Expand All @@ -19,6 +19,7 @@ $data=[
'ordType'=>'Limit',
];
$rlt=$order->post($data);
print_r($rlt);

//功能多API请查看API
```
Expand Down

0 comments on commit 68a9a42

Please sign in to comment.