weid(), 'code' => $code]) ->order('id desc') ->find(); if (!empty($data)) { $data = $data->toArray(); } return $this->json(['data' => $data]); } }