🐛 #2788 unoinId 使用 Integer 溢出导致GSON抛出NumberFormatException
This commit is contained in:
@@ -26,7 +26,7 @@ public class WxMaUserSafetyRiskRankResponse implements Serializable {
|
|||||||
* 唯一请求标识,标记单次请求
|
* 唯一请求标识,标记单次请求
|
||||||
*/
|
*/
|
||||||
@SerializedName("unoin_id")
|
@SerializedName("unoin_id")
|
||||||
private Integer unoinId;
|
private Long unoinId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 用户风险等级
|
* 用户风险等级
|
||||||
|
|||||||
Reference in New Issue
Block a user