mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
发送客服消息接口支持以某个客服的名义发送消息
This commit is contained in:
@@ -24,6 +24,7 @@ public class WxMpCustomMessage implements Serializable {
|
||||
private String description;
|
||||
private String musicUrl;
|
||||
private String hqMusicUrl;
|
||||
private String kfAccount;
|
||||
private List<WxArticle> articles = new ArrayList<>();
|
||||
|
||||
public String getToUser() {
|
||||
@@ -180,4 +181,12 @@ public class WxMpCustomMessage implements Serializable {
|
||||
return new NewsBuilder();
|
||||
}
|
||||
|
||||
public String getKfAccount() {
|
||||
return kfAccount;
|
||||
}
|
||||
|
||||
public void setKfAccount(String kfAccount) {
|
||||
this.kfAccount = kfAccount;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user