From 8d995cb5b49a30b490bc6d143995b143c52e5727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Mon, 12 Jan 2026 21:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B8=E8=BF=90=E5=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/SendGift.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/SendGift.php b/application/api/controller/SendGift.php index 18f30e5d..c19ad6ba 100644 --- a/application/api/controller/SendGift.php +++ b/application/api/controller/SendGift.php @@ -60,7 +60,7 @@ class SendGift extends BaseCom } redis_unlocks($key_name); - return V(1, '送礼成功'); + return V($reslut['code'], $reslut['msg'], $reslut['data']); } } } \ No newline at end of file