FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

企微的创建企业群发接口WxCpMsgTemplate新增了chat_id_list和allow_select两个参数 by qq330496248 · Pull Request #3145 · binarywang/WxJava · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .java  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,23 @@ public class WxCpMsgTemplate implements Serializable {
@SerializedName("external_userid")
private List<String> externalUserid;

/**
* 客户群id列表,仅在chat_type为group时有效,最多可一次指定2000个客户群。指定群id之后,收到任务的群主无须再选择客户群,仅对4.1.10及以上版本的企业微信终端生效
*/
@SerializedName("chat_id_list")
private List<String> chatIdList;

/**
* 发送企业群发消息的成员userid,当类型为发送给客户群时必填
*/
private String sender;

/**
* 是否允许成员在待发送客户列表中重新进行选择,默认为false,仅支持客户群发场景
*/
@SerializedName("allow_select")
private Boolean allowSelect;

/**
* 消息文本内容,最多4000个字节
*/
Expand Down

Back | FazBrowse Home | New Git URL