You've already forked FrameTour-BE
生成视频时发送通知,其他调整
This commit is contained in:
@ -39,6 +39,8 @@ public class VideoGoodsDetailVO {
|
||||
private String videoUrl;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date createTime;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||
private Date shotTime;
|
||||
@ApiModelProperty("价格")
|
||||
private String price;
|
||||
private String slashPrice;
|
||||
@ -47,4 +49,5 @@ public class VideoGoodsDetailVO {
|
||||
@ApiModelProperty("镜头数")
|
||||
private Integer lensNum;
|
||||
private Long faceId;
|
||||
private boolean share = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user