Browse Source

no message

master
weigang 5 years ago
parent
commit
bc0b4f1561
  1. 11
      app/Controller/v3/HomeController.php

11
app/Controller/v3/HomeController.php

@ -22,7 +22,6 @@ use App\Service\v3\Interfaces\CategoryServiceInterface;
use App\Service\v3\Interfaces\CollectStoreServiceInterface;
use App\Service\v3\Interfaces\CouponRecServiceInterface;
use App\Service\v3\Interfaces\FinancialRecordServiceInterface;
use App\Service\v3\Interfaces\MiniprogramServiceInterface;
use App\Service\v3\Interfaces\OrderOnlineServiceInterface;
use App\Service\v3\Interfaces\OrderStatisticsServiceInterface;
use App\Service\v3\Interfaces\RevenueListServiceInterface;
@ -122,12 +121,6 @@ class HomeController extends BaseController
*/
protected $financialRecordService;
/**
* @Inject
* @var MiniprogramServiceInterface
*/
protected $miniprogramService;
/**
* 小程序首页,根据market_id
* 1.banner数据
@ -137,10 +130,6 @@ class HomeController extends BaseController
*/
public function appletIndex()
{
$this->miniprogramService->subscribeMsgForDeliveryStart(180633468956848128);
return;
$marketId = $this->request->input('market_id', -1);
$version = $this->request->input('version', -1);
$banners = $this->bannerService->all(Banner::TYPE_APPLET_INDEX, $marketId);

Loading…
Cancel
Save