Package com.bytedesk.social.whatsapp
Class WhatsAppEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.social.whatsapp.WhatsAppEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
设置访问令牌过期时间 根据微信API规定,access_token的有效期通常为7200秒(2小时)Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
name
-
description
-
type
-
key
-
accessToken
-
accessTokenExpiresAt
-
enabled
-
debug
-
workgroupUid
-
-
Constructor Details
-
WhatsAppEntity
public WhatsAppEntity()
-
-
Method Details
-
setAccessTokenExpiresAt
public void setAccessTokenExpiresAt()设置访问令牌过期时间 根据微信API规定,access_token的有效期通常为7200秒(2小时)
-