去掉MaatCfg中ipClientRangeList别名的空格
This commit is contained in:
@@ -89,7 +89,7 @@ public class MaatCfg implements Serializable {
|
|||||||
@Expose
|
@Expose
|
||||||
private List<DigestCfg> digestRegionList;
|
private List<DigestCfg> digestRegionList;
|
||||||
@Expose
|
@Expose
|
||||||
@SerializedName("ipClientRangeList ")
|
@SerializedName("ipClientRangeList")
|
||||||
private List<IpCfg> areaIpRegionList;
|
private List<IpCfg> areaIpRegionList;
|
||||||
|
|
||||||
public static class GroupCfg{
|
public static class GroupCfg{
|
||||||
|
|||||||
Reference in New Issue
Block a user