🐛 #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