From c2a1bdaac564831635e4fa28bc68b378fcac2f42 Mon Sep 17 00:00:00 2001 From: yezian Date: Mon, 26 Feb 2024 23:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=BE=AE=E4=BF=A1h5=E6=94=AF?= =?UTF-8?q?=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pay/page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pay/page.jsx b/app/pay/page.jsx index e2f62c9..8b0ee27 100644 --- a/app/pay/page.jsx +++ b/app/pay/page.jsx @@ -135,7 +135,7 @@ export default function Pay() { break; case "wxpay_jsapi": router.push( - `https://weixin.tiefen.fun/wxpay_h5/${encodeURIComponent( + `https://weixin.tiefen.fun/pay/wxpay_h5/${encodeURIComponent( data.data.wxpay_h5_param_str )}` );