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 )}` );