Package com.bytedesk.wechat.app
Class WeChatAppEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.wechat.app.WeChatAppEntity
- 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
-
url
-
token
-
encodingAesKey
-
encryptMode
-
dataType
数据格式 -
flowTip
用户关注公众号后发送欢迎语 -
accessToken
-
accessTokenExpiresAt
-
workgroupUid
-
-
Constructor Details
-
WeChatAppEntity
public WeChatAppEntity()
-
-
Method Details
-
setAccessTokenExpiresAt
public void setAccessTokenExpiresAt()设置访问令牌过期时间 根据微信API规定,access_token的有效期通常为7200秒(2小时)
-