From 7aa419a5d8524bc3d914c3a3ced0e9d621f18cc1 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 8 Apr 2020 20:11:06 +0800 Subject: [PATCH] 1 --- webapp/controller/ShareController.class.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webapp/controller/ShareController.class.php b/webapp/controller/ShareController.class.php index 6bf6d06..1c3b224 100644 --- a/webapp/controller/ShareController.class.php +++ b/webapp/controller/ShareController.class.php @@ -432,13 +432,9 @@ class ShareController{ return; } //领取奖励 - error_log(json_encode($_REQUEST['activity_param'])); $data = json_decode($response, true); - error_log(json_encode($data)); $peo_num = $data['invitee_num']; $sh = $this->getShare($ach_id); - error_log($ach_id); - error_log($peo_num); if ($peo_num < $sh['people']) { phpcommon\sendError(ERR_USER_BASE + 4, '未达到人数要求'); return;