login_white = array('get');//登录白名单 $this->check_status = array();//用户状态校验 $this->check_mobile = array();//需要手机号 $this->check_headimg =array();//授权微信信息 $this->load->model('app/app_model'); } protected function get(){ $publish = $this->app_config('publish'); $data = array( 'publish' => intval($publish), 'service_phone' => '1812334344', ); return $data; } }