mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 10:17:27 +08:00
[API] Add a feature to retrieve user photos.
Add: Add a feature to retrieve user photos. Fix bug: Missing dependency: ObjectMapper
This commit is contained in:
@@ -121,7 +121,7 @@ public class ApiMaimai2PlayerDataController {
|
||||
Photo.setDivData(divData);
|
||||
}
|
||||
}
|
||||
catch (IOException e) {
|
||||
catch (Exception e) {
|
||||
}
|
||||
return Photo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user