mId=$mId; $this->pId=$pId; } /** * Execute the job. * * @return void */ public function handle() { MemberClanServer::creatServer()->creatBoth($this->mId,$this->pId); } }