V 2.5.0 中 WxMpUserList 属性: protected int total = -1; protected int count = -1; count 为int型问题还不算大,但是total当超过int数据范围时,会出问题。 建议修改为Long类型。
V 2.5.0 中 WxMpUserList 属性:
protected int total = -1;
protected int count = -1;
count 为int型问题还不算大,但是total当超过int数据范围时,会出问题。
建议修改为Long类型。