Class WeChatAccountRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.wechat.work.kefu.account.WeChatAccountRequest
- All Implemented Interfaces:
Serializable
企业微信-客服账号请求
- Author:
- kefux.com
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private String
客服头像临时素材IDprivate String
客服名称private String
客服账号IDprivate static final long
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
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
corpId
-
appSecret
-
name
客服名称 -
mediaId
客服头像临时素材ID -
openKfid
客服账号ID
-
-
Constructor Details
-
WeChatAccountRequest
public WeChatAccountRequest()
-