qifengquan hace 1 año
padre
commit
678f8ff30a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/data/controller/api/Goods.php

+ 1 - 1
app/data/controller/api/Goods.php

@@ -32,7 +32,7 @@ use think\Db;
  */
 class Goods extends Auth
 {
-    protected $noNeedLogin = ['getGoods'];
+    protected $noNeedLogin = ['getGoods','getCate'];
 
     /**
      * @Title ("用户信息")