msgid = $msgid; Log::info(date('Y-m-d H:i:d').':'.$msgid); } /** * Execute the job. * * @return void */ public function handle() { // $info = DB::table('mt_message')->where('id',$this->msgid)->first(); $easemob = new Easemob(); $rs = $easemob->push_text($info->user_id,$info->title,$info->content); /*echo '
'; var_dump($rs);*/ } }