diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index bda66c4..2678e7d 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -228,11 +228,11 @@ class wxpay } $org_num = $_SESSION['org_num']; - echo "\r\n" . $org_num . "\r\n"; + // echo "\r\n" . $org_num . "\r\n"; unset($_SESSION['org_num']); - echo "\r\n" . $org_num . "\r\n"; + // echo "\r\n" . $org_num . "\r\n"; - $this->parameters["mch_id"] = $org_num; // 商户号 sc_test + $this->parameters["mch_id"] = '100018380507D2C'; // 商户号 sc_test // $this->parameters["spbill_create_ip"] = $_SERVER['REMOTE_ADDR']; // 终端ip $this->parameters["nonce_str"] = $payinfo['nonceStr']; // 随机字符串