@@ -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()