Skip to content

lampnick/wxpay-refund-notify-decrypt-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

wxpay-refund-notify-decrypt-helper

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

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

依赖:openssl扩展

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

1.引入类:

    require_once 'WxpayRefundNotifyHelper.php';

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

    $refundNotify = new WxpayRefundNotifyHelper();

    $refundNotify->handle();

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages