Skip to content

🐛 #2788 unoinId 使用 Integer 溢出导致GSON抛出NumberFormatException#2791

Merged
binarywang merged 1 commit intobinarywang:developfrom
imyzt:develop
Aug 24, 2022
Merged

🐛 #2788 unoinId 使用 Integer 溢出导致GSON抛出NumberFormatException#2791
binarywang merged 1 commit intobinarywang:developfrom
imyzt:develop

Conversation

@imyzt
Copy link
Contributor

@imyzt imyzt commented Aug 23, 2022

官方文档地址:riskControl.getUserRiskRank
官方返回值 unoinId 标记为 number 类型,Java中使用 Integer 导致整数溢出,修改为 Long 类型。

@binarywang binarywang merged commit 3e09168 into binarywang:develop Aug 24, 2022
@binarywang binarywang added this to the 4.4.1 milestone Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

微信风控接口返回的unoinId字段用int接收,数据过大导致解析失败

2 participants