From 1ab96d1caaea86d29b194a391aa5f1dcf83aa851 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 8 Apr 2020 20:10:04 +0800 Subject: [PATCH] 1 --- webapp/controller/ShareController.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/controller/ShareController.class.php b/webapp/controller/ShareController.class.php index 1c3b224..6bf6d06 100644 --- a/webapp/controller/ShareController.class.php +++ b/webapp/controller/ShareController.class.php @@ -432,9 +432,13 @@ 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;