From cca67c9962e6f2b390d13007f68acbdcec504404 Mon Sep 17 00:00:00 2001 From: yin5th <541304803@qq.com> Date: Thu, 21 Sep 2023 16:08:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=8E=B7=E5=8F=96=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/app/api/controller/Goods.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/app/api/controller/Goods.php b/server/app/api/controller/Goods.php index 90315c43..cf5286d0 100644 --- a/server/app/api/controller/Goods.php +++ b/server/app/api/controller/Goods.php @@ -26,7 +26,8 @@ use think\facade\Validate; class Goods extends Api { - public $like_not_need_login = ['getGoodsDetail', 'getHotList', 'getGoodsList', 'getGoodsListTemplate', 'getGoodsListByColumnId']; + public $like_not_need_login = ['getGoodsDetail', 'getHotList', 'getGoodsList', 'getGoodsListTemplate', + 'getGoodsListByColumnId', 'getRecommendGoods']; /** * 商品详情