Commit 890b6cc5c605495bc616f880494334d6587434b8

Authored by 来诺
Committed by GitHub
1 parent a75d00e1
Exists in master

Update dingtalk expiration

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/dingtalk/api/suite.rb
... ... @@ -3,7 +3,7 @@ module Dingtalk
3 3 class Suite < Base
4 4 SUITE_TICKET = "suite_ticket"
5 5 SUITE_ACCESS_TOKEN = "suite_access_token"
6   - EXPIRATION = 7200
  6 + EXPIRATION = 6600
7 7  
8 8 def initialize
9 9 @suite_key = Dingtalk.suite_key
... ...