fix the tlpay notify bug
0 parents
Showing
with
11533 additions
and
0 deletions
.gitignore
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
SUPPORT.md
0 → 100644
TLNotify.php
0 → 100644
autoload.php
0 → 100644
composer.json
0 → 100644
examples/TLConfig.php
0 → 100644
examples/ali/appCharge.php
0 → 100644
examples/ali/barCharge.php
0 → 100644
examples/ali/index.html
0 → 100644
examples/ali/qrCharge.php
0 → 100644
examples/ali/queryOrder.php
0 → 100644
examples/ali/queryRefund.php
0 → 100644
examples/ali/queryTransfer.php
0 → 100644
examples/ali/refund.php
0 → 100644
examples/ali/transfer.php
0 → 100644
examples/ali/wapCharge.php
0 → 100644
examples/ali/webCharge.php
0 → 100644
examples/aliconfig.php
0 → 100644
examples/cmb/bindCard.php
0 → 100644
examples/cmb/charge.php
0 → 100644
examples/cmb/index.html
0 → 100644
examples/cmb/queryOrder.php
0 → 100644
examples/cmb/queryPubKey.php
0 → 100644
examples/cmb/queryRefund.php
0 → 100644
examples/cmb/refund.php
0 → 100644
examples/cmbconfig.php
0 → 100644
examples/index.html
0 → 100644
examples/notify.php
0 → 100644
examples/testNotify.php
0 → 100644
examples/tlpay/AppConfig.php
0 → 100755
examples/tlpay/AppUtil.php
0 → 100755
examples/tlpay/liteCharge.php
0 → 100644
examples/tlpay/notify.php
0 → 100755
examples/tlpay/queryOrder.php
0 → 100644
examples/tlpay/refund.php
0 → 100644
examples/tlpay/test.php
0 → 100755
examples/wx/appCharge.php
0 → 100644
examples/wx/barCharge.php
0 → 100644
examples/wx/index.html
0 → 100644
examples/wx/liteCharge.php
0 → 100644
examples/wx/pubCharge.php
0 → 100644
examples/wx/qrCharge.php
0 → 100644
examples/wx/queryOrder.php
0 → 100644
examples/wx/queryRefund.php
0 → 100644
examples/wx/queryTransfer.php
0 → 100644
examples/wx/refund.php
0 → 100644
examples/wx/transfer.php
0 → 100644
examples/wx/wapCharge.php
0 → 100644
examples/wxconfig.php
0 → 100644
src/CacertFile/old_alipay_public_key.pem
0 → 100644
src/CacertFile/wx_cacert.pem
0 → 100644
src/CancelContext.php
0 → 100644
src/Charge/Ali/AliAppCharge.php
0 → 100644
src/Charge/Ali/AliBarCharge.php
0 → 100644
src/Charge/Ali/AliQrCharge.php
0 → 100644
src/Charge/Ali/AliWapCharge.php
0 → 100644
src/Charge/Ali/AliWebCharge.php
0 → 100644
src/Charge/Cmb/CmbCharge.php
0 → 100644
src/Charge/TLpay/TLCancel.php
0 → 100644
src/Charge/TLpay/TLLiteCharge.php
0 → 100644
src/Charge/Wx/WxAppCharge.php
0 → 100644
src/Charge/Wx/WxBarCharge.php
0 → 100644
src/Charge/Wx/WxPubCharge.php
0 → 100644
src/Charge/Wx/WxQrCharge.php
0 → 100644
src/Charge/Wx/WxWapCharge.php
0 → 100644
src/ChargeContext.php
0 → 100644
src/Client/Charge.php
0 → 100644
src/Client/Helper.php
0 → 100644
src/Client/Notify.php
0 → 100644
src/Client/OrderCancel.php
0 → 100644
src/Client/Query.php
0 → 100644
src/Client/Refund.php
0 → 100644
src/Client/Transfer.php
0 → 100644
src/Common/Ali/AliBaseStrategy.php
0 → 100644
src/Common/Ali/Data/AliBaseData.php
0 → 100644
src/Common/Ali/Data/Charge/AppChargeData.php
0 → 100644
src/Common/Ali/Data/Charge/BarChargeData.php
0 → 100644
src/Common/Ali/Data/Charge/QrChargeData.php
0 → 100644
src/Common/Ali/Data/Charge/WapChargeData.php
0 → 100644
src/Common/Ali/Data/Charge/WebChargeData.php
0 → 100644
src/Common/Ali/Data/Query/QueryBaseData.php
0 → 100644
src/Common/Ali/Data/RefundData.php
0 → 100644
src/Common/Ali/Data/TransData.php
0 → 100644
src/Common/AliConfig.php
0 → 100644
src/Common/BaseData.php
0 → 100644
src/Common/BaseStrategy.php
0 → 100644
src/Common/Cmb/CmbBaseStrategy.php
0 → 100644
src/Common/Cmb/Data/BindCardData.php
0 → 100644
src/Common/Cmb/Data/Charge/ChargeData.php
0 → 100644
src/Common/Cmb/Data/CmbBaseData.php
0 → 100644
src/Common/Cmb/Data/PubKeyData.php
0 → 100644
src/Common/Cmb/Data/RefundData.php
0 → 100644
src/Common/CmbConfig.php
0 → 100644
src/Common/ConfigInterface.php
0 → 100644
src/Common/PayException.php
0 → 100644
src/Common/TLConfig.php
0 → 100644
src/Common/TLpay/Data/Cancel/RefundData.php
0 → 100644
src/Common/TLpay/Data/Query/TLQueryData.php
0 → 100644
src/Common/TLpay/Data/TLBaseData.php
0 → 100644
src/Common/TLpay/TLBaseStrategy.php
0 → 100644
src/Common/Weixin/Data/BackAppChargeData.php
0 → 100644
src/Common/Weixin/Data/BackPubChargeData.php
0 → 100644
src/Common/Weixin/Data/RefundData.php
0 → 100644
src/Common/Weixin/Data/TransferData.php
0 → 100644
src/Common/Weixin/Data/WxBaseData.php
0 → 100644
src/Common/Weixin/WechatHelper.php
0 → 100644
src/Common/Weixin/WxBaseStrategy.php
0 → 100644
src/Common/WxConfig.php
0 → 100644
src/Config.php
0 → 100644
src/Helper/Cmb/BindCardHelper.php
0 → 100644
src/Helper/Cmb/PubKeyHelper.php
0 → 100644
src/HelperContext.php
0 → 100644
src/Notify/AliNotify.php
0 → 100644
src/Notify/CmbNotify.php
0 → 100644
src/Notify/NotifyStrategy.php
0 → 100644
src/Notify/PayNotifyInterface.php
0 → 100644
src/Notify/TLNotify.php
0 → 100644
src/Notify/WxNotify.php
0 → 100644
src/NotifyContext.php
0 → 100644
src/Query/Ali/AliChargeQuery.php
0 → 100644
src/Query/Ali/AliRefundQuery.php
0 → 100644
src/Query/Ali/AliTransferQuery.php
0 → 100644
src/Query/Cmb/CmbChargeQuery.php
0 → 100644
src/Query/Cmb/CmbRefundQuery.php
0 → 100644
src/Query/TLpay/TLQuery.php
0 → 100644
src/Query/Wx/WxChargeQuery.php
0 → 100644
src/Query/Wx/WxRefundQuery.php
0 → 100644
src/Query/Wx/WxTransferQuery.php
0 → 100644
src/QueryContext.php
0 → 100644
src/Refund/AliRefund.php
0 → 100644
src/Refund/CmbRefund.php
0 → 100644
src/Refund/TLRefund.php
0 → 100644
src/Refund/WxRefund.php
0 → 100644
src/RefundContext.php
0 → 100644
src/Trans/AliTransfer.php
0 → 100644
src/Trans/WxTransfer.php
0 → 100644
src/TransferContext.php
0 → 100644
src/Utils/ArrayUtil.php
0 → 100644
src/Utils/Curl.php
0 → 100644
src/Utils/DataParser.php
0 → 100644
src/Utils/Rc4Encrypt.php
0 → 100644
src/Utils/Rsa2Encrypt.php
0 → 100644
src/Utils/RsaEncrypt.php
0 → 100644
src/Utils/StrUtil.php
0 → 100644
-
Please register or sign in to post a comment