Parcourir la source

add not login function tag

xiaohai il y a 4 jours
Parent
révision
ba8f43b19b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      app/api/controller/ShopContent.php

+ 1
- 1
app/api/controller/ShopContent.php Voir le fichier

32
 
32
 
33
 class ShopContent extends Api
33
 class ShopContent extends Api
34
 {
34
 {
35
-    public $like_not_need_login = ['getShopInfo', 'getShopList','getNearbyShops','smsCode','getShopConfig','getXpath','getAppService','getRunNum','getShopConfig2','subHKSYCount'];
35
+    public $like_not_need_login = ['getShopInfo', 'getShopList','getNearbyShops','smsCode','getShopConfig','getXpath','getAppService','getRunNum','getShopConfig2','getHKSYCount','subHKSYCount'];
36
 
36
 
37
     /**
37
     /**
38
      * 店铺信息
38
      * 店铺信息

Loading…
Annuler
Enregistrer