mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2361 【企业微信】增加客户朋友圈相关的部分接口
This commit is contained in:
@@ -206,8 +206,17 @@ public interface WxCpApiPathConsts {
|
||||
String DEL_CORP_TAG = "/cgi-bin/externalcontact/del_corp_tag";
|
||||
String MARK_TAG = "/cgi-bin/externalcontact/mark_tag";
|
||||
|
||||
String ADD_MOMENT_TASK = "/cgi-bin/externalcontact/add_moment_task";
|
||||
String GET_MOMENT_TASK_RESULT = "/cgi-bin/externalcontact/get_moment_task_result";
|
||||
String GET_MOMENT_LIST = "/cgi-bin/externalcontact/get_moment_list";
|
||||
String GET_MOMENT_TASK = "/cgi-bin/externalcontact/get_moment_task";
|
||||
String GET_MOMENT_CUSTOMER_LIST = "/cgi-bin/externalcontact/get_moment_customer_list";
|
||||
String GET_MOMENT_SEND_RESULT = "/cgi-bin/externalcontact/get_moment_send_result";
|
||||
String GET_MOMENT_COMMENTS = "/cgi-bin/externalcontact/get_moment_comments";
|
||||
|
||||
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