You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class WxpayController extends Controller {
public function actionXxNotify() {
WeixinPay::replyNotify(false);//回复支付回调通知
//业务代码(支付成功后)
...
}
}
$data中notify_url配置为http://www.example.com/wxpay/xx-notify,
$data 参数
notifyurl.php中的处理
The text was updated successfully, but these errors were encountered: