1.公众号订阅新增type类型

This commit is contained in:
2024-08-02 10:59:53 +08:00
parent ad5cd56596
commit 567a5a0e23
7 changed files with 33 additions and 18 deletions

View File

@@ -6,4 +6,5 @@ import lombok.Data;
public class WxMsgSubDTO {
private String shopId;
private String openId;
private Integer type;
}