diff --git a/Application/Sdk/Controller/PayH5Controller.class.php b/Application/Sdk/Controller/PayH5Controller.class.php index d7c70d80..678abeb8 100644 --- a/Application/Sdk/Controller/PayH5Controller.class.php +++ b/Application/Sdk/Controller/PayH5Controller.class.php @@ -463,7 +463,7 @@ class PayH5Controller extends BaseController{ 'orderno' => $orderno, 'game_id' => $game_id, 'gopay' => 1, // 立即支付 - 'tx_client' => 'tx_forbid_return', // android 返回键 +// 'tx_client' => 'tx_forbid_return', // android 返回键 'user_token' => $this->userToken, ))]); exit; @@ -760,7 +760,7 @@ ADD COLUMN `pay_url` text NULL AFTER `check_sign`; 'game_id' => $game_id, 'gopay' => 1, // 立即支付 'user_token' => $this->userToken, - 'tx_client' => 'tx_forbid_return', // android 返回键 + // 'tx_client' => 'tx_forbid_return', // android 返回键 ))]); exit;