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