|
|
|
@ -198,7 +198,8 @@ class wxpay |
|
|
|
} |
|
|
|
|
|
|
|
// 访问大连支付接口 |
|
|
|
// $url = "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; |
|
|
|
$url = "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; |
|
|
|
var_dump($url); |
|
|
|
// $_SESSION['prev_url'] = $url; |
|
|
|
// header('Location: https://shop.heavenk.com/mobile/dalianpay/demo/pay.php'); |
|
|
|
// exit; // 终止当前脚本的执行,确保页面跳转生效 |
|
|
|
@ -251,7 +252,7 @@ class wxpay |
|
|
|
} |
|
|
|
</script>'; |
|
|
|
|
|
|
|
$button = '<a class="box-flex btn-submit" type="button" onclick="callpay()">微信支付(测试)$parameter[total_fee]</a>' . $js; |
|
|
|
$button = '<a class="box-flex btn-submit" type="button" onclick="callpay()">微信支付(测试)</a>' . $js; |
|
|
|
// $button = '<a class="box-flex btn-submit" type="button" onclick="">微信支付(测试)</a>'; |
|
|
|
|
|
|
|
return $button; |
|
|
|
|