新增like\dislike pose transformation接口

This commit is contained in:
2025-03-25 16:11:03 +08:00
parent 619d0e817f
commit 63c9ff36a1
5 changed files with 43 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ public class PoseTransformation extends BaseEntity {
private String videoUrl;
// GIF第一帧截图
private String imageUrl;
private String firstFrameUrl;
private byte isLiked;