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

This commit is contained in:
2024-08-02 10:59:53 +08:00
committed by 牛叉闪闪
parent 0f4d9f0127
commit 9b868838f4
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;
}