dataLists(new ShopNoticeLists()); } /** * @notes 查看商城公告详情 * @return \think\response\Json * @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DbException * @throws \think\db\exception\ModelNotFoundException * @author ljj * @date 2021/8/23 7:25 下午 */ public function detail() { $params = (new ShopNoticeValidate())->goCheck('detail'); $result = (new ShopNoticeLogic())->detail($params); return $this->success('',$result); } }