From 768d3c9484db6f0cb79cc06b5b2f05eba77d0b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Tue, 2 Dec 2025 14:30:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E6=8C=81=E5=BF=83=E8=B7=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Xintiao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Xintiao.php b/application/api/controller/Xintiao.php index 53e36ad..ccd5dc6 100644 --- a/application/api/controller/Xintiao.php +++ b/application/api/controller/Xintiao.php @@ -25,7 +25,7 @@ class Xintiao extends BaseCom 'updatetime' => time() ]); } - return true; + return V(1, '成功', null); }