SDK
体验地址
http://paysdk.weixin.qq.com/
快速搭建指南
①、安装配置 nginx+phpfpm+php
②、建 SDK 解压到网站根目录
③、修改 lib/WxPay.Config.php 为自己申请的商户号的信息(配置详见说明)
⑤、下载证书替换 cert 下的文件
⑥、搭建完成
SDK 目录结构
|-- cert
| |-- apiclient_cert.pem
| `-- apiclient_key.pem
|-- download.php
|-- index.php
|-- lib
| |-- WxPay.Api.php
| |-- WxPay.Config.php
| |-- WxPay.Data.php
| |-- WxPay.Exception.php
| `-- WxPay.Notify.php
|-- logs
| |-- 2015-03-06.log
| `-- 2015-03-11.log
|-- micropay.php
|-- native.php
|-- native_notify.php
|-- notify.php
|-- orderquery.php
|-- qrcode.php
|-- refund.php
|-- refundquery.php
|-- unifiedorder.php
`-- unit
|-- WxPay.JsApiPay.php
|-- WxPay.MicroPay.php
|-- WxPay.NativePay.php
|-- log.php
`-- phpqrcode
目录功能简介
lib