mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 18:47:28 +08:00
[api] Add maimai2 userPhoto API
This commit is contained in:
@@ -10,5 +10,6 @@ import lombok.NoArgsConstructor;
|
|||||||
public class PhotoResp {
|
public class PhotoResp {
|
||||||
private int imageIndex;
|
private int imageIndex;
|
||||||
private int totalImage;
|
private int totalImage;
|
||||||
|
private String fileName;
|
||||||
private String divData;
|
private String divData;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user