k94314517
2024-07-29 5a42219c9f91fd8fa77ddd8c8945d03168250b68
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;