shish 5 anni fa
parent
commit
912d575c82
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 {
 
-    public $guestAccess = ['all'];
+    public $guestAccess = ['all', 'gathering-img-url'];
 
     //获取当前门店信息 ssh 2021.3.27
     public function actionCurrentShop()