dataLists(new GoodsLists()); } public function detail() { $id = $this->request->get('id/d'); $result = GoodsLogic::detail($id, $this->userId); return $this->data($result); } }