k94314517
2024-07-25 a75b18a4157ab486e0b51c438ac165ab3a08e3e0
server/service/src/main/java/com/doumee/dao/web/reqeust/ContentShareImgDto.java
@@ -17,6 +17,10 @@
public class ContentShareImgDto {
    @ApiModelProperty(value = "图片地址,完整路径")
    private String imgurl;
    @ApiModelProperty(value = "小程序端页面路径")
    private String pageUrl;
    @ApiModelProperty(value = "关联文章编码")
    private String articleId;
    @ApiModelProperty(value = "分享类型 0海报分享 1下载带小程序码")
    private int type;