We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
封装结果的类 字段类型是integer 太小了
在调用微信支付营销代金券服务类下面的条件查询代金券批次列表接口(queryFavorStocksV3)时出现了异常,可能是封装结果的类 FavorStocksQueryResult里面的总预算(单位分)maxAmount 类型是integer导致 因为我的预算是2200000000(单位分),
string(130)"java.lang.NumberFormatException: xpected an int but was 2200000000 at line 1 column 2555 path $,data[2].stock use rule.max amount"
The text was updated successfully, but these errors were encountered:
🐛 binarywang#3258【微信支付】解决部分金额字段整数溢出问题
6210520
a627256
🐛 #3258【微信支付】修复部分金额字段整数溢出问题
222c23c
Successfully merging a pull request may close this issue.
简要描述
封装结果的类 字段类型是integer 太小了
模块版本情况
详细描述
在调用微信支付营销代金券服务类下面的条件查询代金券批次列表接口(queryFavorStocksV3)时出现了异常,可能是封装结果的类
FavorStocksQueryResult里面的总预算(单位分)maxAmount 类型是integer导致 因为我的预算是2200000000(单位分),
日志
The text was updated successfully, but these errors were encountered: