【实例简介】微信支付demo(php和java版本)
微信支付demo,亲测可用。用于微信公众号的网页支付开发。(压缩包中包含php版本和Java版本)
【实例截图】
【核心代码】
.
├── 微信支付demo
│ └── 微信支付3.3.6demo
│ ├── JAVA版
│ │ ├── weChatpay.zip
│ │ └── 说明.txt
│ ├── PHP版本
│ │ ├── WxPayPubHelper
│ │ │ ├── SDKRuntimeException.php
│ │ │ ├── WxPay.pub.config.php
│ │ │ ├── WxPayPubHelper.php
│ │ │ └── cacert
│ │ ├── demo
│ │ │ ├── download_bill.php
│ │ │ ├── js_api_call.php
│ │ │ ├── log_.php
│ │ │ ├── native_call.log
│ │ │ ├── native_call.php
│ │ │ ├── native_call_qrcode.php
│ │ │ ├── native_dynamic_qrcode.php
│ │ │ ├── notify_url.log
│ │ │ ├── notify_url.php
│ │ │ ├── order_query.php
│ │ │ ├── qrcode.js
│ │ │ ├── refund.php
│ │ │ └── refund_query.php
│ │ ├── index.php
│ │ └── 说明.txt
│ ├── readme.txt
│ ├── 说明.txt
│ └── 【微信支付】微信公众号支付接口文档V3.3.6.pdf
└── 微信支付demo(php和java版本)_微信支付demo1.zip
7 directories, 24 files
评论