Skip to content

Commit

Permalink
文档调整
Browse files Browse the repository at this point in the history
增加详细的支持支付能力说明
  • Loading branch information
helei112g committed Apr 30, 2017
1 parent d44c322 commit 31dab9a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
通过composer,这是推荐的方式,可以使用composer.json 声明依赖,或者直接运行下面的命令。

```php
composer require "riverslei/payment:~3.0"
composer require "riverslei/payment:~3.1"
```

放入composer.json文件中

```php
"require": {
"riverslei/payment": "~3.0"
"riverslei/payment": "~3.1"
}
```

Expand All @@ -60,8 +60,6 @@ composer update

# Change Log #
- 加入招商一网通支付,加入详细的demo(from v3.1.0)
- 即时到账支付宝异步通知自动识别处理,example演示demo优化 (from v3.0.3)
- 支付宝密钥公钥自动设置对应头信息(fromv3.0.2)
- 支付宝密钥支持字符串、文件两种方式配置,微信支持HMAC-SHA256加密(from v3.0.1)
- 支持支付宝rsa2签名 加入支付宝当面付-条码支付(条码与声波两种模式) 微信加入刷卡支付、小程序支付、H5支付 提供客户端静态调用类 不再兼容支付宝老版本接口(from v3.0.0)
- 支持支付宝新版本支付接口(from v2.7.0)
Expand Down

0 comments on commit 31dab9a

Please sign in to comment.