class WeixinAuthorize::Token::ObjectStore

def token_expired?

def token_expired?
  # 如果当前token过期时间小于现在的时间,则重新获取一次
  client.expired_at <= Time.now.to_i
end