[api] Add maimai2 userPhoto API

This commit is contained in:
肥宅虾哥
2023-12-08 02:45:24 +08:00
committed by GitHub
parent e271cb4555
commit 4a64895e81

View File

@@ -10,5 +10,6 @@ import lombok.NoArgsConstructor;
public class PhotoResp {
private int imageIndex;
private int totalImage;
private String fileName;
private String divData;
}