mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2365 【企业微信】新增获取企业群发记录及结果的接口
This commit is contained in:
@@ -205,5 +205,9 @@ public interface WxCpApiPathConsts {
|
||||
String EDIT_CORP_TAG = "/cgi-bin/externalcontact/edit_corp_tag";
|
||||
String DEL_CORP_TAG = "/cgi-bin/externalcontact/del_corp_tag";
|
||||
String MARK_TAG = "/cgi-bin/externalcontact/mark_tag";
|
||||
|
||||
String GET_GROUP_MSG_SEND_RESULT = "/cgi-bin/externalcontact/get_groupmsg_send_result";
|
||||
String GET_GROUP_MSG_TASK = "/cgi-bin/externalcontact/get_groupmsg_task";
|
||||
String GET_GROUP_MSG_LIST_V2 = "/cgi-bin/externalcontact/get_groupmsg_list_v2";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user