mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-21 02:57:37 +08:00
🐛 #1540 修复WxDeviceBindDeviceResult类里的Device内部类为public
This commit is contained in:
@@ -28,12 +28,12 @@ public class WxDeviceBindDeviceResult extends AbstractDeviceBean {
|
||||
}
|
||||
|
||||
@Data
|
||||
private class Device {
|
||||
public static class Device {
|
||||
@SerializedName("device_type")
|
||||
private String deviceType;
|
||||
|
||||
@SerializedName("device_id")
|
||||
private String deviceId;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user