You've already forked FrameTour-BE
修改
This commit is contained in:
@ -22,5 +22,5 @@ public class WeChatUserInfoUpdateDTO {
|
||||
/**
|
||||
* 是否同意用户协议,1同意0未同意
|
||||
*/
|
||||
private Long id;
|
||||
private Integer agreement;
|
||||
}
|
||||
|
@ -32,6 +32,6 @@ public class GoodsVO {
|
||||
private Integer sourceType;
|
||||
@ApiModelProperty("商品id goodsType为1时才有值")
|
||||
private Long goodsId;
|
||||
@ApiModelProperty("视频链接 goodsType为1时才有值")
|
||||
private String videoUrl;
|
||||
@ApiModelProperty("模版封面图片")
|
||||
private String templateCoverUrl;
|
||||
}
|
||||
|
Reference in New Issue
Block a user