Skip to content

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
hwp committed Jul 6, 2020
1 parent 97dcb11 commit 58f673c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

PHP =>7.0

`composer require yumufeng/haodanku-sdk`
`composer require fighting-pie/haodanku-union-sdk`

如果是在swoole 扩展下使用,支持协程并发,需要在编译swoole扩展的时候开启,系统会自动判断是否采用swoole

Expand All @@ -19,7 +19,7 @@ $config = [
'apikey' => ''
];

$client = new \HaoDanKuSdk\HaodankuFatory($config);
$client = new \HaoDanKuSdk\HaoDanKuFactory($config);
$result = $client->top->lists();

if ($result == false) {
Expand Down

0 comments on commit 58f673c

Please sign in to comment.