Package com.bytedesk.wechat.work
Class WeChatWorkConsts
java.lang.Object
com.bytedesk.wechat.work.WeChatWorkConsts
企业微信常量
- Author:
- kefux.com
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
事件类型常量static class
消息类型常量static class
会话状态变更类型static class
会话状态 -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
API请求基础URLstatic final String
客服账号管理相关URLstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
客服会话管理相关URLstatic final String
static final String
客服接待人员管理相关URLstatic final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
API_BASE_URL
API请求基础URL- See Also:
-
KF_ACCOUNT_ADD_URL
客服账号管理相关URL- See Also:
-
KF_ACCOUNT_DEL_URL
- See Also:
-
KF_ACCOUNT_UPDATE_URL
- See Also:
-
KF_ACCOUNT_LIST_URL
- See Also:
-
KF_ADD_CONTACT_WAY_URL
- See Also:
-
KF_SERVICER_ADD_URL
客服接待人员管理相关URL- See Also:
-
KF_SERVICER_DEL_URL
- See Also:
-
KF_SERVICER_LIST_URL
- See Also:
-
KF_SERVICE_STATE_GET_URL
客服会话管理相关URL- See Also:
-
KF_SERVICE_STATE_TRANS_URL
- See Also:
-
KF_SEND_MSG_URL
- See Also:
-
KF_SEND_MSG_ON_EVENT_URL
- See Also:
-
KF_SYNC_MSG_URL
- See Also:
-
-
Constructor Details
-
WeChatWorkConsts
public WeChatWorkConsts()
-