shish hace 5 años
padre
commit
912d575c82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-hd/controllers/ShopController.php

+ 1 - 1
app-hd/controllers/ShopController.php

@@ -15,7 +15,7 @@ use Yii;
 class ShopController extends BaseController
 class ShopController extends BaseController
 {
 {
 
 
-    public $guestAccess = ['all'];
+    public $guestAccess = ['all', 'gathering-img-url'];
 
 
     //获取当前门店信息 ssh 2021.3.27
     //获取当前门店信息 ssh 2021.3.27
     public function actionCurrentShop()
     public function actionCurrentShop()