From 288c1b76482b7f2e3e7386a107c904d9623786c4 Mon Sep 17 00:00:00 2001 From: zhanglingsheng Date: Fri, 13 Dec 2019 10:51:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E5=85=85=E5=80=BC=E9=A2=84?= =?UTF-8?q?=E4=B8=8B=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/UserHController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Application/Sdk/Controller/UserHController.class.php b/Application/Sdk/Controller/UserHController.class.php index d5b3d84a..35809662 100644 --- a/Application/Sdk/Controller/UserHController.class.php +++ b/Application/Sdk/Controller/UserHController.class.php @@ -84,7 +84,6 @@ class UserHController extends Controller $user_info = M('user', 'tab_')->field('account,promote_id,promote_account')->where(['id' => $this->userId])->find(); $game_name = M('game', 'tab_')->where(['id' => I('game_id')])->getField('game_name'); $out_trade_no = $prefix.date('Ymd').date('His').sp_random_string(4); - var_dump(I('get.'));exit; $data = [ 'user_id' => $this->userId, 'game_id' => I('game_id'),