Skip to content

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
jayden committed Sep 24, 2016
1 parent 8af5bcf commit 414cf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ThirdPay
###实例化支付对象
```php
$pay = \Jueneng\Pay::getInstance('alipay.direct');
$pay = $pay->setConfig($config);
$pay->setConfig($config);
```
*getInstance*方法传入参数*alipay.direct*表示实例化的是支付宝即使到账支付对象。所有的标识如下:

Expand Down

0 comments on commit 414cf1a

Please sign in to comment.