🆕 #2309 【企业微信】新增微信客服帐号管理部分接口

This commit is contained in:
孔明
2022-01-20 12:07:56 +08:00
committed by GitHub
parent 649af3e4bd
commit 487cc7f689
13 changed files with 512 additions and 0 deletions

View File

@@ -244,4 +244,13 @@ public interface WxCpApiPathConsts {
String GROUP_WELCOME_TEMPLATE_DEL = "/cgi-bin/externalcontact/group_welcome_template/del";
}
interface Kf {
String ACCOUNT_ADD = "/cgi-bin/kf/account/add";
String ACCOUNT_UPD = "/cgi-bin/kf/account/update";
String ACCOUNT_DEL = "/cgi-bin/kf/account/del";
String ACCOUNT_LIST = "/cgi-bin/kf/account/list";
String ADD_CONTACT_WAY = "/cgi-bin/kf/add_contact_way";
}
}