[API] Add a feature to retrieve user photos.

Add:
Add a feature to retrieve user photos.
Fix bug:
Missing dependency: ObjectMapper
pull/4/head
肥宅虾哥 2023-12-08 02:21:49 +08:00 committed by GitHub
parent 0bf54e666b
commit e271cb4555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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