Browse Source

add not login function tag

xiaohai 1 day ago
parent
commit
ba8f43b19b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/api/controller/ShopContent.php

+ 1
- 1
app/api/controller/ShopContent.php View File

@@ -32,7 +32,7 @@ use app\api\logic\ShopContentLogic;
32 32
 
33 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…
Cancel
Save