微信退款通知解密,消息回复帮助类
依赖:openssl扩展
调用方式:在微信回调接口调用
1.引入类:
require_once 'WxpayRefundNotifyHelper.php';
2.实例化并调用handle方法:
$refundNotify = new WxpayRefundNotifyHelper();
$refundNotify->handle();
微信退款通知解密,消息回复帮助类
依赖:openssl扩展
调用方式:在微信回调接口调用
1.引入类:
require_once 'WxpayRefundNotifyHelper.php';
2.实例化并调用handle方法:
$refundNotify = new WxpayRefundNotifyHelper();
$refundNotify->handle();