Browse Source

商户ID

master
weigang 5 years ago
parent
commit
c350f1823a
  1. 14
      app/Controller/v3/GoodsRecommendController.php

14
app/Controller/v3/GoodsRecommendController.php

@ -36,7 +36,7 @@ class GoodsRecommendController extends BaseController
'is_effective' => 2, 'is_effective' => 2,
'noneffective_note' => '已卖完', 'noneffective_note' => '已卖完',
], ],
'store' => ['id' => 111, 'logo' => '', 'name' => '我是一个商家']
'store' => ['id' => 1, 'logo' => '', 'name' => '我是一个商家']
], ],
[ [
'goods' => [ 'goods' => [
@ -76,7 +76,7 @@ class GoodsRecommendController extends BaseController
'is_effective' => 2, 'is_effective' => 2,
'noneffective_note' => '已卖完', 'noneffective_note' => '已卖完',
], ],
'store' => ['id' => 333, 'logo' => '', 'name' => '我是一个商家333']
'store' => ['id' => 2, 'logo' => '', 'name' => '我是一个商家333']
], ],
[ [
'goods' => [ 'goods' => [
@ -96,7 +96,7 @@ class GoodsRecommendController extends BaseController
'is_effective' => 2, 'is_effective' => 2,
'noneffective_note' => '已卖完', 'noneffective_note' => '已卖完',
], ],
'store' => ['id' => 444, 'logo' => '', 'name' => '我是一个商家444']
'store' => ['id' => 3, 'logo' => '', 'name' => '我是一个商家444']
] ]
]; ];
parent::__construct(); parent::__construct();
@ -132,7 +132,7 @@ class GoodsRecommendController extends BaseController
'is_effective' => 2, 'is_effective' => 2,
'noneffective_note' => '已卖完', 'noneffective_note' => '已卖完',
], ],
'store' => ['id' => 111, 'logo' => '', 'name' => '我是一个商家']
'store' => ['id' => 1, 'logo' => '', 'name' => '我是一个商家']
], ],
], ],
@ -155,7 +155,7 @@ class GoodsRecommendController extends BaseController
'is_effective' => 2, 'is_effective' => 2,
'noneffective_note' => '已卖完', 'noneffective_note' => '已卖完',
], ],
'store' => ['id' => 222, 'logo' => '', 'name' => '我是一个商家222']
'store' => ['id' => 2, 'logo' => '', 'name' => '我是一个商家222']
], ],
], ],
Tabs::APPLET_INDEX_FRESH => [ Tabs::APPLET_INDEX_FRESH => [
@ -177,7 +177,7 @@ class GoodsRecommendController extends BaseController
'is_effective' => 2, 'is_effective' => 2,
'noneffective_note' => '已卖完', 'noneffective_note' => '已卖完',
], ],
'store' => ['id' => 333, 'logo' => '', 'name' => '我是一个商家333']
'store' => ['id' => 3, 'logo' => '', 'name' => '我是一个商家333']
], ],
], ],
Tabs::APPLET_INDEX_OFFICE => [ Tabs::APPLET_INDEX_OFFICE => [
@ -199,7 +199,7 @@ class GoodsRecommendController extends BaseController
'is_effective' => 2, 'is_effective' => 2,
'noneffective_note' => '已卖完', 'noneffective_note' => '已卖完',
], ],
'store' => ['id' => 444, 'logo' => '', 'name' => '我是一个商家444']
'store' => ['id' => 4, 'logo' => '', 'name' => '我是一个商家444']
], ],
] ]
]; ];

Loading…
Cancel
Save