fix version
This commit is contained in:
parent
9fc377f070
commit
43a816066d
@ -32,10 +32,10 @@ public class FixProtocolVersion {
|
||||
* */
|
||||
Class<?> padClass = pad.getClass();
|
||||
Map<String, Object> padData = new HashMap<String, Object>(){{
|
||||
put("id", 537151218);
|
||||
put("ver", "8.9.33.10335");
|
||||
put("sdkVer", "6.0.0.2534");
|
||||
put("buildTime", 1673599898L);
|
||||
put("id", 537152242);
|
||||
put("ver", "8.9.35.10440");
|
||||
put("sdkVer", "6.0.0.2535");
|
||||
put("buildTime", 1676531414L);
|
||||
}};
|
||||
for (Field f : padClass.getFields()) {
|
||||
f.setAccessible(true);
|
||||
@ -47,10 +47,10 @@ public class FixProtocolVersion {
|
||||
|
||||
Object phone = protocols.get(BotConfiguration.MiraiProtocol.ANDROID_PHONE);
|
||||
Map<String, Object> phoneData = new HashMap<String, Object>(){{
|
||||
put("id", 537151682);
|
||||
put("ver", "8.9.33.10335");
|
||||
put("sdkVer", "6.0.0.2534");
|
||||
put("buildTime", 1673599898L);
|
||||
put("id", 537153294);
|
||||
put("ver", "8.9.35.10440");
|
||||
put("sdkVer", "6.0.0.2535");
|
||||
put("buildTime", 1676531414L);
|
||||
}};
|
||||
for (Field f : padClass.getFields()) {
|
||||
f.setAccessible(true);
|
||||
|
Loading…
Reference in New Issue
Block a user