From 288e685c9c56a90dde4bff12efda74ec482fe0f5 Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Wed, 6 Nov 2019 16:35:08 +0800 Subject: [PATCH] =?UTF-8?q?'tx=5Fforbid=5Freturn',=20//=20android=20?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E9=94=AE=20=20=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/PayH5Controller.class.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Application/Sdk/Controller/PayH5Controller.class.php b/Application/Sdk/Controller/PayH5Controller.class.php index a2a32d65..1ebc32fb 100644 --- a/Application/Sdk/Controller/PayH5Controller.class.php +++ b/Application/Sdk/Controller/PayH5Controller.class.php @@ -462,7 +462,8 @@ class PayH5Controller extends BaseController{ 'paytype' => 'alipay', 'orderno' => $orderno, 'game_id' => $game_id, - 'gopay' => 1 // 立即支付 + 'gopay' => 1, // 立即支付 + 'tx_client' => 'tx_forbid_return', // android 返回键 ))]); exit; } @@ -1375,7 +1376,9 @@ ADD COLUMN `pay_url` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL AFTER 'paytype' => 'weixinpay', 'orderno' => $request['pay_order_number'], 'game_id' => $game_id, - 'gopay' => 1 // 立即支付 + 'gopay' => 1, // 立即支付 + 'user_token' => $this->userToken, + 'tx_client' => 'tx_forbid_return', // android 返回键 ))]); exit;