mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-21 11:07:37 +08:00
🐛 #2788 unoinId
使用 Integer 溢出导致GSON抛出NumberFormatException
This commit is contained in:
@@ -26,7 +26,7 @@ public class WxMaUserSafetyRiskRankResponse implements Serializable {
|
||||
* 唯一请求标识,标记单次请求
|
||||
*/
|
||||
@SerializedName("unoin_id")
|
||||
private Integer unoinId;
|
||||
private Long unoinId;
|
||||
|
||||
/**
|
||||
* 用户风险等级
|
||||
|
Reference in New Issue
Block a user