From f5c2391032c717ab6d54b41968ff958cd93645f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Sat, 11 Oct 2025 15:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E5=8C=85=E7=AC=AC7=E6=AC=A1=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Redpacket.php | 1 - application/common/model/Redpacket.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Redpacket.php b/application/api/controller/Redpacket.php index b32cde1..9a90ffd 100644 --- a/application/api/controller/Redpacket.php +++ b/application/api/controller/Redpacket.php @@ -18,7 +18,6 @@ class Redpacket extends BaseCom public function create() { $data = $this->request->post(); - var_dump($data);exit; $data['user_id'] = $this->uid; diff --git a/application/common/model/Redpacket.php b/application/common/model/Redpacket.php index 8d594e0..a3b1bf0 100644 --- a/application/common/model/Redpacket.php +++ b/application/common/model/Redpacket.php @@ -44,6 +44,7 @@ class Redpacket extends Model */ public function createRedpacket($data) { + var_dump($data);exit; Db::startTrans(); try { // 验证用户余额