快捷支付

master
tpingzhang 5 years ago
parent 98ca19798e
commit a580c69636

@ -387,6 +387,7 @@ ADD COLUMN `pay_url` varchar(255) NOT NULL DEFAULT '' AFTER `check_sign`;
} }
public function shortcut_notice() { public function shortcut_notice() {
$status = $_GET['status'];
$orderno = $_GET ['orderno'] == "" ? $_GET ['out_trade_no'] : $_GET ['orderno']; $orderno = $_GET ['orderno'] == "" ? $_GET ['out_trade_no'] : $_GET ['orderno'];
$pay_where = substr($orderno, 0, 2); $pay_where = substr($orderno, 0, 2);
@ -407,7 +408,7 @@ ADD COLUMN `pay_url` varchar(255) NOT NULL DEFAULT '' AFTER `check_sign`;
break; break;
} }
$this->assign('Scheme', $Scheme); $this->assign('Scheme', $Scheme);
$this->assign('status', $result['pay_status']); $this->assign('status', $status);
$this->display(); $this->display();
} }

Loading…
Cancel
Save