测试微信h5支付

This commit is contained in:
yezian 2024-02-26 23:48:21 +08:00
parent 6eb892bfba
commit c2a1bdaac5
1 changed files with 1 additions and 1 deletions

View File

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