dataLists(new CommentGoodsLists()); } /** * @notes 服务评价分类 * @return \think\response\Json * @author ljj * @date 2022/2/18 2:10 下午 */ public function commentCategory() { $result = (new GoodsCommentLogic())->commentCategory($this->shopId); return $this->success('',$result); } }