From f79af730fd6eab37f50be2393dea9d157da51920 Mon Sep 17 00:00:00 2001 From: ljl Date: Mon, 23 Oct 2023 17:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Common/Api/GameApi.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Application/Common/Api/GameApi.class.php b/Application/Common/Api/GameApi.class.php index 93af900b8..2dfe4f829 100644 --- a/Application/Common/Api/GameApi.class.php +++ b/Application/Common/Api/GameApi.class.php @@ -58,6 +58,9 @@ class GameApi { "signType" => "MD5", "sign" => $md5_sign ); + if (in_array($pay_data['game_id'], [4, 5])) { + $data['pay_way'] = $pay_data['pay_way']; + } $result = $this->post($data,$game_data['pay_notify_url']); if($result == "success"){ $this->update_game_pay_status($pay_data['pay_order_number'],$code,$is_uc);