?? notify_chinabank.php
字號:
<?php// 緗戦摱鍦ㄧ嚎鍚庡彴閫氱煡error_reporting(0);include_once('../payment.php');include_once('./data.php');$do_result = FALSE;$payment_handler = new Payment('Chinabank', $adapter_config);$notify_info = $payment_handler->receive();$db_id = new mysqli($host, $user, $password);if (FALSE == array_key_exists('order_status', $notify_info) || FALSE == array_key_exists('order_id', $notify_info)) $do_result = FALSE;elseif (4 === $notify_info['order_status']){ // 濡傛灉璁㈠崟鎴愬姛鏀
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -