Package com.bytedesk.wechat.work.group
Class WeChatWorkGroupConsts
java.lang.Object
com.bytedesk.wechat.work.group.WeChatWorkGroupConsts
企业微信-客户群API常量
- Author:
- kefux.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
API请求基础URLstatic final String
获取客户群详情URL https://qyapi.weixin.qq.com/cgi-bin/externalcontact/groupchat/get?static final String
获取客户群列表URL https://qyapi.weixin.qq.com/cgi-bin/externalcontact/groupchat/list?static final String
客户群opengid转换URL https://qyapi.weixin.qq.com/cgi-bin/externalcontact/opengid_to_chatid? -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
API_BASE_URL
API请求基础URL- See Also:
-
GROUP_CHAT_LIST_URL
获取客户群列表URL https://qyapi.weixin.qq.com/cgi-bin/externalcontact/groupchat/list?access_token=ACCESS_TOKEN- See Also:
-
GROUP_CHAT_GET_URL
获取客户群详情URL https://qyapi.weixin.qq.com/cgi-bin/externalcontact/groupchat/get?access_token=ACCESS_TOKEN- See Also:
-
OPENGID_TO_CHATID_URL
客户群opengid转换URL https://qyapi.weixin.qq.com/cgi-bin/externalcontact/opengid_to_chatid?access_token=ACCESS_TOKEN- See Also:
-
-
Constructor Details
-
WeChatWorkGroupConsts
public WeChatWorkGroupConsts()
-