From cf8c88c7aa9ee8002f8438d16f55af41fa7432f8 Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Thu, 27 Aug 2020 14:43:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E4=B8=BA=E7=A9=BA=E8=B0=83?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/PurchaseLimitService.php | 38 ++++++++++++++-------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/app/Service/PurchaseLimitService.php b/app/Service/PurchaseLimitService.php index c221b15..9568302 100644 --- a/app/Service/PurchaseLimitService.php +++ b/app/Service/PurchaseLimitService.php @@ -20,25 +20,25 @@ class PurchaseLimitService implements PurchaseLimitServiceInterface { public function getStoreIdByMarketId($params) { - $res[] = [ - 'id' => 7, - 'item' => 1, - 'item_text' => 'page', - 'logo' => 'http://lanzutest.lanzulive.com/attachment/images/2/2020/08/PY55Y3Mz17yJo17rv1Z7vImX1V5159.jpg', - 'redirect_url' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=123', - 'src' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=123', - 'src2' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=123', - ]; - $res[] = [ - 'id' => 8, - 'item' => 1, - 'item_text' => 'page', - 'logo' => 'http://lanzutest.lanzulive.com/attachment/images/2/2020/08/PY55Y3Mz17yJo17rv1Z7vImX1V5159.jpg', - 'redirect_url' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=109', - 'src' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=109', - 'src2' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=109', - ]; - return $res; + // $res[] = [ + // 'id' => 7, + // 'item' => 1, + // 'item_text' => 'page', + // 'logo' => 'http://lanzutest.lanzulive.com/attachment/images/2/2020/08/PY55Y3Mz17yJo17rv1Z7vImX1V5159.jpg', + // 'redirect_url' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=123', + // 'src' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=123', + // 'src2' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=123', + // ]; + // $res[] = [ + // 'id' => 8, + // 'item' => 1, + // 'item_text' => 'page', + // 'logo' => 'http://lanzutest.lanzulive.com/attachment/images/2/2020/08/PY55Y3Mz17yJo17rv1Z7vImX1V5159.jpg', + // 'redirect_url' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=109', + // 'src' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=109', + // 'src2' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=109', + // ]; + return ''; } public function ssdbPurchaseRecord($data,$user_id,$global_order_id)