生成视频时发送通知,其他调整

This commit is contained in:
2025-01-06 18:44:53 +08:00
parent 9b32c2fd75
commit 00d53dd197
30 changed files with 403 additions and 83 deletions

View File

@ -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;
}