From de343503231f9f1d095e63ac1160b6723029ddfe Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Tue, 4 Jun 2019 11:25:02 +0800 Subject: [PATCH] 1 --- webapp/controller/RoleController.class.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/webapp/controller/RoleController.class.php b/webapp/controller/RoleController.class.php index 716d761..0a27e50 100644 --- a/webapp/controller/RoleController.class.php +++ b/webapp/controller/RoleController.class.php @@ -161,13 +161,6 @@ class RoleController{ $coin_num = $_REQUEST['coin_num']; //金币 $integral = $_REQUEST['score']; //积分 - error_log($_REQUEST['account_id']); - error_log($_REQUEST['team_status']); //是否是组队状态 - error_log($_REQUEST['snipe_kill']); //狙击枪击杀数 - error_log($_REQUEST['rifle_kill']); //步枪击杀数 - error_log($_REQUEST['pistol_kill']); //手枪击杀数 - error_log($_REQUEST['submachine_kill']);//冲锋枪击杀数 - $row = $conn->execQueryOne('SELECT * FROM user WHERE accountid=:accountid;', array( ':accountid' => $account_id