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