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