文件名称:payment
介绍说明--下载内容均来自于网络,请自行研究使用
支付宝的即时到帐、移动支付、订单查询接口和
微信的APP支付、订单查询接口php源码-Instant account, mobile payment, the order of query interface and Alipay
WeChat s APP payment, order query interface PHP source
微信的APP支付、订单查询接口php源码-Instant account, mobile payment, the order of query interface and Alipay
WeChat s APP payment, order query interface PHP source
(系统自动生成,下载前可以参看下载内容)
下载文件列表
examples\alicharge.php
........\notify.php
........\query.php
........\refund.php
........\wxcharge.php
src\Alipay\AlipayConfig.php
...\......\AlipayDirect.php
...\......\AlipayMobile.php
...\......\AliTradeApi.php
...\......\Data\AliBaseData.php
...\......\....\DirectData.php
...\......\....\MobileData.php
...\......\....\NotifyData.php
...\......\....\PayBaseData.php
...\......\....\RefundFastPayData.php
...\......\....\TradeQueryData.php
...\......\safekey\alipay_public_key.pem
...\......\.......\cacert.pem
...\Common\ChargeChannel.php
...\......\PayException.php
...\......\TradeInfoData.php
...\......\TradeRefundData.php
...\..ntracts\BaseData.php
...\.........\ChargeInterface.php
...\.........\DataStruct.php
...\.........\PayNotifyInterface.php
...\.........\TradeApiInterface.php
...\Factory\ChargeFactory.php
...\.......\TradeFactory.php
...\Utils\ArrayUtil.php
...\.....\Curl.php
...\.....\DataParser.php
...\.....\RsaEncrypt.php
...\.....\StrUtil.php
...\Wxpay\Data\JSPayResultData.php
...\.....\....\PayResultData.php
...\.....\....\TradeQueryData.php
...\.....\....\UnifiedOrderData.php
...\.....\....\WxBaseData.php
...\.....\Helper\WxTradeType.php
...\.....\......\WxUnifiedOrder.php
...\.....\safekey\apiclient_cert.pem
...\.....\.......\apiclient_key.pem
...\.....\WxConfig.php
...\.....\WxPubPay.php
...\.....\WxTradeApi.php
tests\bootstrap.php
.gitignore
autoload.php
composer.json
phpunit.xml
README.md
src\Alipay\Data
...\......\safekey
...\Wxpay\Data
...\.....\Helper
...\.....\safekey
...\Alipay
...\Common
...\Contracts
...\Factory
...\Utils
...\Wxpay
examples
src
tests