From 554932225ae94cc7abd3162e12af0e9e54294d8c Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 28 Mar 2024 23:54:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Common/Api/GameApi.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Application/Common/Api/GameApi.class.php b/Application/Common/Api/GameApi.class.php index 016b219..23943dd 100644 --- a/Application/Common/Api/GameApi.class.php +++ b/Application/Common/Api/GameApi.class.php @@ -61,6 +61,11 @@ class GameApi { "signType" => "MD5", "sign" => $md5_sign ); + + if (false && in_array($pay_data['game_id'], [7, 8, 9, 10, 11, 12, 13, 14]) && $pay_data['pay_way'] == 41) { + $game_data['pay_notify_url'] = 'http://119.45.181.187/pay/wmtxxbdhd3_callback.php'; + } + Log::write("gamenotice:".serialize($game_data), Log::DEBUG); $result = $this->post($data,$game_data['pay_notify_url']); if($result == "success"){