model = new AgentList(); } /** * 查询渠道列表Options */ public function getAgentOptions() { $data = $this->model->select()->toArray(); return $data; } }