Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 9.1k
max amount字段类型过小 #3258
Copy link
Copy link
Closed
Description
Metadata
Metadata
Assignees
Labels
No labels
简要描述
封装结果的类 字段类型是integer 太小了
模块版本情况
详细描述
在调用微信支付营销代金券服务类下面的条件查询代金券批次列表接口(queryFavorStocksV3)时出现了异常,可能是封装结果的类
FavorStocksQueryResult里面的总预算(单位分)maxAmount 类型是integer导致 因为我的预算是2200000000(单位分),
日志