[+] CardMaker 1.39 support (#79)

This commit is contained in:
2024-11-04 19:18:56 +08:00
committed by GitHub
parent 996632ac73
commit bf972681d5
11 changed files with 531 additions and 20 deletions

View File

@@ -47,7 +47,7 @@ public class CMGetUserPreviewHandler implements BaseHandler {
resultMap.put("userName", user.getUserName());
resultMap.put("level", user.getLevel());
resultMap.put("medal", user.getMedal());
resultMap.put("lastDataVersion", "2.00.00"); //Hardcode due to outdated
resultMap.put("lastDataVersion", user.getLastDataVersion());
resultMap.put("isLogin", false);
String json = mapper.write(resultMap);