Package com.bytedesk.wechat.app
Class WeChatAppRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.wechat.app.WeChatAppRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private LocalDateTime
private String
app_idprivate String
private String
数据格式private String
private String
private String
private String
用户关注公众号后发送欢迎语private String
private String
private String
private String
Fields inherited from class com.bytedesk.core.base.BaseRequest
client, content, orgUid, pageNumber, pageSize, type, uid, userUid
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRequest
getPageable, toJson, validate
-
Field Details
-
name
-
description
-
appId
app_id -
appSecret
-
url
-
token
-
encodingAesKey
-
encryptMode
-
dataType
数据格式 -
flowTip
用户关注公众号后发送欢迎语 -
accessToken
-
accessTokenExpiresAt
-
workgroupUid
-
-
Constructor Details
-
WeChatAppRequest
public WeChatAppRequest()
-