|
|
@@ -179,8 +179,8 @@ class GhsController extends BaseController
|
|
|
if (isset($respond['list']) && !empty($respond['list'])) {
|
|
|
foreach ($respond['list'] as $key => $ghs) {
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
- //海翔先不显示广告
|
|
|
- $noAdShopId = [42345];
|
|
|
+ //海翔、源花汇先不显示广告
|
|
|
+ $noAdShopId = [42345,10536];
|
|
|
} else {
|
|
|
$noAdShopId = [0];
|
|
|
}
|