From ec7aa532d869a6e425aa4741c2f796768239381b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Wed, 15 Oct 2025 17:44:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E5=8C=85=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Redpacket.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/api/controller/Redpacket.php b/application/api/controller/Redpacket.php index ba6f87e..9bc9074 100644 --- a/application/api/controller/Redpacket.php +++ b/application/api/controller/Redpacket.php @@ -32,7 +32,6 @@ class Redpacket extends BaseCom */ public function grab() { - $redpacketId = $this->request->post('redpacket_id'); $redpacketId = input('redpacket_id', 0); if (empty($redpacketId)) { @@ -73,8 +72,6 @@ class Redpacket extends BaseCom */ public function detail() { - $redpacketId = $this->request->post('redpacket_id'); - $redpacketId = $this->request->post('redpacket_id'); $redpacketId = input('redpacket_id', 0); if (empty($redpacketId)) {