update
Showing
with
697 additions
and
26 deletions
.gitignore
deleted
100644 → 0
.idea/.gitignore
0 → 100644
.idea/inspectionProfiles/Project_Default.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/payment.iml
0 → 100644
.idea/php.xml
0 → 100644
.idea/vcs.xml
0 → 100644
LICENSE
100644 → 100755
File mode changed
README.md
100644 → 100755
File mode changed
autoload.php
100644 → 100755
File mode changed
composer.json
100644 → 100755
File mode changed
examples/TLConfig.php
100644 → 100755
File mode changed
examples/ali/appCharge.php
100644 → 100755
File mode changed
examples/ali/barCharge.php
100644 → 100755
File mode changed
examples/ali/index.html
100644 → 100755
File mode changed
examples/ali/qrCharge.php
100644 → 100755
File mode changed
examples/ali/queryOrder.php
100644 → 100755
File mode changed
examples/ali/queryRefund.php
100644 → 100755
File mode changed
examples/ali/queryTransfer.php
100644 → 100755
File mode changed
examples/ali/refund.php
100644 → 100755
File mode changed
examples/ali/transfer.php
100644 → 100755
File mode changed
examples/ali/wapCharge.php
100644 → 100755
File mode changed
examples/ali/webCharge.php
100644 → 100755
File mode changed
examples/aliconfig.php
100644 → 100755
File mode changed
examples/cmb/bindCard.php
100644 → 100755
File mode changed
examples/cmb/charge.php
100644 → 100755
File mode changed
examples/cmb/index.html
100644 → 100755
File mode changed
examples/cmb/queryOrder.php
100644 → 100755
File mode changed
examples/cmb/queryPubKey.php
100644 → 100755
File mode changed
examples/cmb/queryRefund.php
100644 → 100755
File mode changed
examples/cmb/refund.php
100644 → 100755
File mode changed
examples/cmbconfig.php
100644 → 100755
File mode changed
examples/fu/barCharge.php
100644 → 100755
File mode changed
examples/fu/cancel.php
100644 → 100755
File mode changed
examples/fu/chargeQuery.php
100644 → 100755
File mode changed
examples/fu/close.php
100644 → 100755
File mode changed
examples/fu/common.php
100644 → 100755
File mode changed
examples/fu/liteCharge.php
100644 → 100755
File mode changed
examples/fu/notify.php
100644 → 100755
File mode changed
examples/fu/pubCharge.php
100644 → 100755
File mode changed
examples/fu/refund.php
100644 → 100755
File mode changed
examples/fu/refundQuery.php
100644 → 100755
File mode changed
examples/fu/scanCharge.php
100644 → 100755
File mode changed
examples/index.html
100644 → 100755
File mode changed
examples/ltfpay/barCharge.php
100644 → 100755
File mode changed
examples/mipay/MiConfig.php
100644 → 100755
File mode changed
examples/mipay/cancel.php
100644 → 100755
File mode changed
examples/mipay/liteCharge.php
100644 → 100755
File mode changed
examples/mipay/refund.php
100644 → 100755
File mode changed
examples/notify.php
100644 → 100755
File mode changed
examples/sw/liteCharge.php
100644 → 100755
examples/sw/notify.php
100644 → 100755
examples/swThree/cancel.php
0 → 100755
examples/swThree/close.php
0 → 100755
examples/swThree/liteCharge.php
0 → 100755
examples/swThree/notify.php
0 → 100755
examples/swThree/query.php
0 → 100755
examples/swThree/refund.php
0 → 100755
examples/swThree/subCharge.php
0 → 100755
examples/testNotify.php
100644 → 100755
File mode changed
examples/tlpay/cancel.php
100644 → 100755
File mode changed
examples/tlpay/liteCharge.php
100644 → 100755
File mode changed
examples/tlpay/queryOrder.php
100644 → 100755
File mode changed
examples/tlpay/refund.php
100644 → 100755
File mode changed
examples/wx/appCharge.php
100644 → 100755
File mode changed
examples/wx/barCharge.php
100644 → 100755
File mode changed
examples/wx/index.html
100644 → 100755
File mode changed
examples/wx/liteCharge.php
100644 → 100755
File mode changed
examples/wx/pubCharge.php
100644 → 100755
File mode changed
examples/wx/qrCharge.php
100644 → 100755
File mode changed
examples/wx/queryOrder.php
100644 → 100755
File mode changed
examples/wx/queryRefund.php
100644 → 100755
File mode changed
examples/wx/queryTransfer.php
100644 → 100755
File mode changed
examples/wx/refund.php
100644 → 100755
File mode changed
examples/wx/transfer.php
100644 → 100755
File mode changed
examples/wx/wapCharge.php
100644 → 100755
File mode changed
examples/wxconfig.php
100644 → 100755
File mode changed
examples/ysepay/cancel.php
0 → 100755
examples/ysepay/close.php
0 → 100755
examples/ysepay/lite.php
0 → 100755
examples/ysepay/pub.php
0 → 100755
examples/ysepay/query.php
0 → 100755
examples/ysepay/refund.php
0 → 100755
examples/yspay/cancel.php
0 → 100755
examples/yspay/close.php
0 → 100755
examples/yspay/lite.php
0 → 100755
examples/yspay/pub.php
0 → 100755
examples/yspay/query.php
0 → 100755
src/CacertFile/mipay/ldy_private_key.pem
100644 → 100755
File mode changed
src/CacertFile/mipay/meepay_public_key.pem
100644 → 100755
File mode changed
src/CacertFile/old_wx_cacert.pem
100644 → 100755
File mode changed
src/Cancel/FuCancel.php
100644 → 100755
File mode changed
src/Charge/Fu/FuBarCharge.php
100644 → 100755
File mode changed
src/Charge/Fu/FuClose.php
100644 → 100755
File mode changed
src/Charge/Fu/FuPubCharge.php
100644 → 100755
File mode changed
src/Charge/Fu/FuScanCharge.php
100644 → 100755
File mode changed
src/Charge/LTF/LTFBarCharge.php
100644 → 100755
File mode changed
src/Charge/LTF/LTFCancel.php
100644 → 100755
File mode changed
src/Charge/LTF/LTFClose.php
100644 → 100755
File mode changed
src/Charge/LTF/LTFLiteCharge.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/LTF/LTFPayCharge.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/LTF/LTFPubCharge.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/LTF/LTFScanCharge.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/MiPay/MiCancel.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/MiPay/MiLiteCharge.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/Sw/SwBarCharge.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/Sw/SwCancel.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/Sw/SwClose.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/Sw/SwFaceCharge.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/Sw/SwFaceInfo.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/Sw/SwLiteCharge.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/Sw/SwPubCharge.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/Sw/SwScanCharge.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/SwThree/SwBarThreeCharge.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/SwThree/SwFaceCharge.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/SwThree/SwFaceInfo.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/SwThree/SwLiteThreeCharge.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/SwThree/SwPubThreeCharge.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/SwThree/SwScanThreeCharge.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/SwThree/SwThreeCancel.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/SwThree/SwThreeClose.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/YS/YSCancel.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/YS/YSClose.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/YS/YSNatCharge.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/YS/YSPubCharge.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/YS/YSScanCharge.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/YSE/YSECancel.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/YSE/YSEClose.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/YSE/YSENatCharge.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/YSE/YSEPubCharge.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Charge/YSE/YSEScanCharge.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/Client/Close.php
100644 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/CloseContext.php
100644 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/Common/Fu/Data/BackBarChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Fu/Data/BackPubChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Fu/Data/BackScanChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Fu/Data/Cancel/CancelData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Fu/Data/Cancel/CloseData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Fu/Data/Charge/BarChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Fu/Data/Charge/ChargeBaseData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Fu/Data/Charge/PubChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Fu/Data/Charge/ScanChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Fu/Data/FuBaseData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Fu/Data/Query/ChargeQueryData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Fu/Data/Query/RefundQueryData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Fu/Data/RefundData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Fu/FuBaseStrategy.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/FuConfig.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFConfig.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/BackBarChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/BackPubChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/BackScanChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/Cancel/CancelData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/Cancel/CloseData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/Charge/BarChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/Charge/ChargeBaseData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/Charge/LiteChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/Charge/PayChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/Charge/PubChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/Charge/ScanChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/LTFBaseData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/Query/ChargeQueryData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/Query/RefundQueryData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/Data/RefundData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/LTFpay/LTFBaseStrategy.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/MiConfig.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/MiPay/Data/Cancel/MiCancelData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/MiPay/Data/Cancel/RefundData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/MiPay/Data/Charge/BackMiChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/MiPay/Data/Charge/ChargeBaseData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/MiPay/Data/Charge/MiChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/MiPay/Data/MiBaseData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/MiPay/Data/Query/MiQueryData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/MiPay/MiBaseStrategy.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/BackBarChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/BackFaceChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/BackFaceInfoData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/BackLiteChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/BackPubChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/BackRefundData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/BackScanChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Cancel/BackCancelData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Cancel/BackCloseData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Cancel/CancelData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Cancel/CloseData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Charge/BarChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Charge/ChargeBaseData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Charge/FaceChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Charge/FaceInfoData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Charge/LiteChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Charge/PubChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Charge/ScanChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Charge/WapChargeData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Query/BackChargeQueryData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/Query/ChargeQueryData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/RefundData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/Data/SwBaseData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Sw/SwBaseStrategy.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/SwConfig.php
100644 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/Common/SwThree/Data/BackFaceInfoData.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/Common/SwThree/Data/BackRefundData.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/Common/SwThree/Data/Cancel/CloseData.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/Common/SwThree/Data/RefundData.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Common/SwThree/Data/SwBaseData.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Common/SwThree/SwBaseStrategy.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Common/SwThreeConfig.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Weixin/Data/PayBankData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/Weixin/Data/Query/PayBankQueryData.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Common/YSConfig.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Common/YSEConfig.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Common/YSEpay/Data/Cancel/CancelData.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Common/YSEpay/Data/Cancel/CloseData.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/Common/YSEpay/Data/RefundData.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Common/YSEpay/Data/YSEBaseData.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Common/YSEpay/YSEBaseStrategy.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Common/YSpay/Data/Cancel/CancelData.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Common/YSpay/Data/Cancel/CloseData.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/Common/YSpay/Data/RefundData.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Common/YSpay/Data/YSBaseData.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Common/YSpay/YSBaseStrategy.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/Notify/FuNotify.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Notify/LTFNotify.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Notify/MiNotify.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Notify/SwNotify.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Notify/SwThreeNotify.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Notify/YSENotify.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Notify/YSNotify.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/Query/Fu/FuChargeQuery.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Query/Fu/FuRefundQuery.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Query/LTF/LTFChargeQuery.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Query/LTF/LTFRefundQuery.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Query/MiPay/MiQuery.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Query/Sw/SwChargeQuery.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Query/SwThree/SwChargeThreeQuery.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Query/Wx/WxPayBankQuery.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Query/YS/YSChargeQuery.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Query/YS/YSRefundQuery.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Query/YSE/YSEChargeQuery.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Query/YSE/YSRefundQuery.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/Refund/FuRefund.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Refund/LTFRefund.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Refund/MiRefund.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Refund/SwRefund.php
100644 → 100755
This diff is collapsed.
Click to expand it.
src/Refund/SwThreeRefund.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Refund/YSERefund.php
0 → 100755
This diff is collapsed.
Click to expand it.
src/Refund/YSRefund.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/Trans/WxPayBank.php
100644 → 100755
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment