|
@@ -2,13 +2,7 @@ package com.tzld.piaoquan.wecom.common.constant;
|
|
|
|
|
|
public interface WeComConstant {
|
|
|
|
|
|
- String WE_COM_SECRET = "X13JWOI5ud_IsT2RBXGDZmknysLKqZfGdAO8eszA090";
|
|
|
-
|
|
|
- String WE_COM_CROP_ID = "wwa4015dc7d652a21f";
|
|
|
-
|
|
|
- String POST_MESSAGE_PUSH_URL = "https://open.weibanzhushou.com/open-api/group_msg/add";
|
|
|
-
|
|
|
- //获取删除用户接口
|
|
|
+ //获取企微token接口
|
|
|
String GET_WE_COM_ACCESS_TOKEN_URL = "https://qyapi.weixin.qq.com/cgi-bin/gettoken";
|
|
|
|
|
|
//获取群发记录列表
|
|
@@ -35,9 +29,6 @@ public interface WeComConstant {
|
|
|
//获取客户详情
|
|
|
String GET_WE_COM_EXTERNAL_CONTACT_GET = "https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get";
|
|
|
|
|
|
- //external_userid转换
|
|
|
- String POST_WE_COM_EXTERNAL_USER_ID = "https://qyapi.weixin.qq.com/cgi-bin/externalcontact/from_service_external_userid";
|
|
|
-
|
|
|
//获取配置了客户联系功能的成员列表
|
|
|
String GET_WE_COM_FOLLOW_USER_LIST = "https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get_follow_user_list";
|
|
|
}
|