Skip to content

Commit

Permalink
🐛 #1540 修复WxDeviceBindDeviceResult类里的Device内部类为public
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed May 2, 2020
1 parent a907938 commit 561da62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ public static WxDeviceBindDeviceResult fromJson(String json) {
}

@Data
private class Device {
public static class Device {
@SerializedName("device_type")
private String deviceType;

@SerializedName("device_id")
private String deviceId;

}

}

0 comments on commit 561da62

Please sign in to comment.