From 21fd4e4c20dedd3f0cf841beb7db945801b0e9c3 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Fri, 24 May 2019 19:30:42 +0800 Subject: [PATCH] wx pay debug --- extend/payment/Weixin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extend/payment/Weixin.php b/extend/payment/Weixin.php index bacd14b22..ccfc5c2b1 100755 --- a/extend/payment/Weixin.php +++ b/extend/payment/Weixin.php @@ -257,6 +257,8 @@ class Weixin onBridgeReady(); } '; + echo htmlspecialchars($html); + die; die($html); /*session('weixin_pay_data', $pay_data); session('weixin_redirect_url', empty($redirect_url) ? '' : urldecode($redirect_url));