🎨 #3006 【公众号】模板消息发送接口增加字段client_msg_id

This commit is contained in:
仲济川
2023-05-11 20:16:42 +08:00
committed by GitHub
parent f8fdc62205
commit 077f828019
3 changed files with 15 additions and 4 deletions

View File

@@ -52,6 +52,11 @@ public class WxMpTemplateMessage implements Serializable {
*/
private MiniProgram miniProgram;
/**
* 防重入id.
*/
private String clientMsgId;
/**
* 模板数据.
*/