order('id asc') ->field('id,name') ->select() ->toArray(); $data = $member_category; return $this->json(['data' => $data]); } }