616207156 / wxpay-refund-notify-decrypt-helper

微信退款通知解密,消息回复帮助类

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wxpay-refund-notify-decrypt-helper

微信退款通知解密,消息回复帮助类

此类实现了微信退款通知消息的解密及回复过程,处理自己的业务逻辑需要实现\libs\wxpay\WxpayRefundNotifyHelper::handelInternal()方法即可。

调用方式:在微信回调接口调用

1.引入类:

    require_once 'WxpayRefundNotifyHelper.php';

2.实例化并调用handle方法:

    $refundNotify = new WxpayRefundNotifyHelper();

    $refundNotify->handle();

About

微信退款通知解密,消息回复帮助类

License:MIT License


Languages

Language:PHP 100.0%