From 3830dc103ea5ecf8aa79e24ed71eca1271c30666 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Fri, 2 Aug 2019 16:38:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=A7=84=E6=A0=BC=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/GoodsService.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/application/service/GoodsService.php b/application/service/GoodsService.php index e922c2dc6..09fc3a351 100755 --- a/application/service/GoodsService.php +++ b/application/service/GoodsService.php @@ -1392,9 +1392,7 @@ class GoodsService } } } -print_r($data); -print_r($title); -die; + return DataReturn('success', 0, ['data'=>$data, 'title'=>$title, 'images'=>$images]); }