From ec768dee21e7159604520164e1b8622234928f0c Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Tue, 1 Sep 2020 18:13:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E5=AE=9E?= =?UTF-8?q?=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v3/Implementations/GoodsService.php | 61 ++++++++++--------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/app/Service/v3/Implementations/GoodsService.php b/app/Service/v3/Implementations/GoodsService.php index 68443dd..02b5491 100644 --- a/app/Service/v3/Implementations/GoodsService.php +++ b/app/Service/v3/Implementations/GoodsService.php @@ -19,36 +19,37 @@ class GoodsService implements GoodsServiceInterface * 限时抢购 * 为你推荐 * */ - $goods['detail'] = [ - "id" => 170, - "market_id" => 2, - "store_id" => 39, - "goods_type_id" => 39, - "on_sale" => 1, - "sort" => 0, - "is_infinite" => 2, - "start_num" => 0, - "restrict_num" => 0, - "inventory" => 1000, - "name" => "冬菜", - "cover_img" => "https => //store.lanzu.vip/attachment/images/2/2020/06/en2nQYncqN4f44qnA7CwnNOG2WqQ2q.jpg", - "price" => "2.50", - "original_price" => "2.50", - "vip_price" => "0.00", - "sales" => 0, - "good_unit" => "", - "tags" => null, - "details_imgs" => null, - "spec" => null, - "content" => "", - "details" => "

//store.lanzu.vip/attachment/images/2/2020/06/J1Z5N818NqCt581LF1V1Tqd88151fV.jpg\" _src=\"https => //store.lanzu.vip/attachment/images/2/2020/06/J1Z5N818NqCt581LF1V1Tqd88151fV.jpg\" alt=\"冬菜.jpg\" style=\"max-width => 100%\">


", - "created_at" => null, - "updated_at" => 1598769782, - "deleted_at" => null, - '净含量' => '约500G', - '保存条件' => '常温', - '保质期' => '10天' - ]; + // $goods['detail'] = [ + // "id" => 170, + // "market_id" => 2, + // "store_id" => 39, + // "goods_type_id" => 39, + // "on_sale" => 1, + // "sort" => 0, + // "is_infinite" => 2, + // "start_num" => 0, + // "restrict_num" => 0, + // "inventory" => 1000, + // "name" => "冬菜", + // "cover_img" => "https => //store.lanzu.vip/attachment/images/2/2020/06/en2nQYncqN4f44qnA7CwnNOG2WqQ2q.jpg", + // "price" => "2.50", + // "original_price" => "2.50", + // "vip_price" => "0.00", + // "sales" => 0, + // "good_unit" => "", + // "tags" => null, + // "details_imgs" => null, + // "spec" => null, + // "content" => "", + // "details" => "

//store.lanzu.vip/attachment/images/2/2020/06/J1Z5N818NqCt581LF1V1Tqd88151fV.jpg\" _src=\"https => //store.lanzu.vip/attachment/images/2/2020/06/J1Z5N818NqCt581LF1V1Tqd88151fV.jpg\" alt=\"冬菜.jpg\" style=\"max-width => 100%\">


", + // "created_at" => null, + // "updated_at" => 1598769782, + // "deleted_at" => null, + // '净含量' => '约500G', + // '保存条件' => '常温', + // '保质期' => '10天' + // ]; + $goods['detail'] = Db::table('lanzu_goods')->where('id',35)->get(); $goods['banner'] = $this->getBanner(); return $goods; }