public function __construct($wxuser)
 {
     parent::__construct();
     $this->wxuser = $wxuser;
     $this->access_token = $this->update_authorizer_access_token('', $this->wxuser);
 }