From 755705360414922dd7300d22a7e19abe8efdfd0a Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Tue, 8 Oct 2019 09:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=20=E5=9B=9E=E8=B0=83?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Common/Api/GameApi.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/Common/Api/GameApi.class.php b/Application/Common/Api/GameApi.class.php index 3a6c71b27..e2584ef09 100644 --- a/Application/Common/Api/GameApi.class.php +++ b/Application/Common/Api/GameApi.class.php @@ -11,6 +11,7 @@ namespace Common\Api; use Org\UcenterSDK\Ucservice; +use Think\Log; class GameApi { public function game_login(){ @@ -18,6 +19,7 @@ class GameApi { } public function game_pay_notify($param=null,$code=1,$is_uc=0){ + Log::write("notice:".serialize($param), Log::DEBUG); $pay_map['pay_status'] = 1; $pay_map['pay_game_status'] = 0; if($is_uc){