@@ -32,6 +32,8 @@ use think\Db;
*/
class Goods extends Auth
{
+ protected $noNeedLogin = ['getGoods'];
+
/**
* @Title ("用户信息")
* @Method ("get")
@@ -22,6 +22,8 @@ use think\Request;
class ShipYard extends Auth
+ protected $noNeedLogin = ['index'];
*@Title("列表")
* @Param("sort",desc="1综合2距离")