Package com.bytedesk.social.meta
Class MetaAppEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.social.meta.MetaAppEntity
- 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
-
appId
app_id -
appSecret
-
pageId
-
pageAccessToken
-
verifyToken
-
accessToken
-
accessTokenExpiresAt
-
enabled
-
debug
-
workgroupUid
-
-
Constructor Details
-
MetaAppEntity
public MetaAppEntity()
-
-
Method Details
-
setAccessTokenExpiresAt
public void setAccessTokenExpiresAt()设置访问令牌过期时间 根据微信API规定,access_token的有效期通常为7200秒(2小时)
-