支付回调不走高防

This commit is contained in:
2025-12-23 01:12:08 +08:00
parent c860344609
commit c2d6df9384

View File

@@ -41,7 +41,8 @@ class WxPay
$data ["out_trade_no"] = $d['order_sn'];
$data ["total_fee"] = $total_fee;
$data ["spbill_create_ip"] = $ip;
$data ["notify_url"] = get_system_config_value("web_site")."/api/Payment/notify_wx";
// $data ["notify_url"] = get_system_config_value("web_site")."/api/Payment/notify_wx";
$data ["notify_url"] = "http://vespa.qxyushen.top/api/Payment/notify_wx";
$data ["trade_type"] = "APP";
$s = $this->getSign($data);