/**
  * Execute the command.
  *
  * @return void
  */
 public function handle()
 {
     $client = new Client();
     $client->updateH5Account($this->account);
 }