fix version

This commit is contained in:
yutou 2023-04-18 07:48:19 +08:00
parent 9fc377f070
commit 43a816066d

View File

@ -32,10 +32,10 @@ public class FixProtocolVersion {
* */ * */
Class<?> padClass = pad.getClass(); Class<?> padClass = pad.getClass();
Map<String, Object> padData = new HashMap<String, Object>(){{ Map<String, Object> padData = new HashMap<String, Object>(){{
put("id", 537151218); put("id", 537152242);
put("ver", "8.9.33.10335"); put("ver", "8.9.35.10440");
put("sdkVer", "6.0.0.2534"); put("sdkVer", "6.0.0.2535");
put("buildTime", 1673599898L); put("buildTime", 1676531414L);
}}; }};
for (Field f : padClass.getFields()) { for (Field f : padClass.getFields()) {
f.setAccessible(true); f.setAccessible(true);
@ -47,10 +47,10 @@ public class FixProtocolVersion {
Object phone = protocols.get(BotConfiguration.MiraiProtocol.ANDROID_PHONE); Object phone = protocols.get(BotConfiguration.MiraiProtocol.ANDROID_PHONE);
Map<String, Object> phoneData = new HashMap<String, Object>(){{ Map<String, Object> phoneData = new HashMap<String, Object>(){{
put("id", 537151682); put("id", 537153294);
put("ver", "8.9.33.10335"); put("ver", "8.9.35.10440");
put("sdkVer", "6.0.0.2534"); put("sdkVer", "6.0.0.2535");
put("buildTime", 1673599898L); put("buildTime", 1676531414L);
}}; }};
for (Field f : padClass.getFields()) { for (Field f : padClass.getFields()) {
f.setAccessible(true); f.setAccessible(true);