Update readme.md

This commit is contained in:
邹景立 2022-11-14 17:40:38 +08:00
parent 32bae5badc
commit 005181c252

View File

@ -45,11 +45,11 @@ WeChatDeveloper 为开源项目,允许把它用于任何地方,不受任何
* Gitee 托管地址https://gitee.com/zoujingli/WeChatDeveloper * Gitee 托管地址https://gitee.com/zoujingli/WeChatDeveloper
* GitHub 托管地址https://github.com/zoujingli/WeChatDeveloper * GitHub 托管地址https://github.com/zoujingli/WeChatDeveloper
文件说明(后会根据官方文档增加文件) 文件说明(后会根据官方文档增加文件)
---- ----
| 文件名 | 类名 | 描述 | 类型 | 加载 ① | | 文件名 | 类名 | 描述 | 类型 | 加载 ① |
|---|---|---|---|---| |-------------------|---------------------|--------------|-------|---------------------------|
| App.php | AliPay\App | 支付宝App支付 | 支付宝支付 | \We::AliPayApp() | | App.php | AliPay\App | 支付宝App支付 | 支付宝支付 | \We::AliPayApp() |
| Bill.php | AliPay\Bill | 支付宝账单下载 | 支付宝支付 | \We::AliPayBill() | | Bill.php | AliPay\Bill | 支付宝账单下载 | 支付宝支付 | \We::AliPayBill() |
| Pos.php | AliPay\Pos | 支付宝刷卡支付 | 支付宝支付 | \We::AliPayPos() | | Pos.php | AliPay\Pos | 支付宝刷卡支付 | 支付宝支付 | \We::AliPayPos() |