[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:
肥宅虾哥
2023-12-08 02:21:49 +08:00
committed by GitHub
parent 0bf54e666b
commit e271cb4555

View File

@@ -121,7 +121,7 @@ public class ApiMaimai2PlayerDataController {
Photo.setDivData(divData); Photo.setDivData(divData);
} }
} }
catch (IOException e) { catch (Exception e) {
} }
return Photo; return Photo;
} }