|
|
@@ -83,6 +83,12 @@ class GhsController extends BaseController
|
|
|
$where['ownShopId'] = $this->shopId;
|
|
|
$where['delStatus'] = $delStatus;
|
|
|
$respond = GhsClass::getGhsList($where);
|
|
|
+
|
|
|
+ //广告列表
|
|
|
+ $apiHost = Yii::$app->params['hdImgHost'];
|
|
|
+ $ad = [['banner' => $apiHost . '/ljh/banner2.jpg', 'url' => 'admin/ljh/info']];
|
|
|
+ $respond['ad'] = $ad;
|
|
|
+
|
|
|
util::success($respond);
|
|
|
}
|
|
|
|