mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2309 【企业微信】新增微信客服-接待人员管理、会话分配与消息收发、基础信息获取等相关接口
This commit is contained in:
@@ -249,6 +249,8 @@ public interface WxCpApiPathConsts {
|
||||
String GROUP_WELCOME_TEMPLATE_GET = "/cgi-bin/externalcontact/group_welcome_template/get";
|
||||
String GROUP_WELCOME_TEMPLATE_DEL = "/cgi-bin/externalcontact/group_welcome_template/del";
|
||||
|
||||
String UPLOAD_ATTACHMENT = "/cgi-bin/media/upload_attachment";
|
||||
|
||||
}
|
||||
|
||||
interface Kf {
|
||||
@@ -258,5 +260,18 @@ public interface WxCpApiPathConsts {
|
||||
String ACCOUNT_LIST = "/cgi-bin/kf/account/list";
|
||||
String ADD_CONTACT_WAY = "/cgi-bin/kf/add_contact_way";
|
||||
|
||||
String SERVICER_ADD = "/cgi-bin/kf/servicer/add";
|
||||
String SERVICER_DEL = "/cgi-bin/kf/servicer/del";
|
||||
String SERVICER_LIST = "/cgi-bin/kf/servicer/list?open_kfid=";
|
||||
|
||||
String SERVICE_STATE_GET = "/cgi-bin/kf/service_state/get";
|
||||
String SERVICE_STATE_TRANS = "/cgi-bin/kf/service_state/trans";
|
||||
|
||||
String SYNC_MSG = "/cgi-bin/kf/sync_msg";
|
||||
String SEND_MSG = "/cgi-bin/kf/send_msg";
|
||||
|
||||
String SEND_MSG_ON_EVENT = "/cgi-bin/kf/send_msg_on_event";
|
||||
String CUSTOMER_BATCH_GET = "/cgi-bin/kf/customer/batchget";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user