- 最近几天一直报错 Cannot read property \'url_info\' ?
最近几天在微信公众平台=>开发管理=>运维中心=>错误日志中 多了这个错误,而且次数一天有几千次 ``` Cannot read property \'url_info\' of undefined TypeError: Cannot read property \'url_info\' of undefined at https://lib/WASubContext.js:2:258260 at n (https://lib/WASubContext.js:2:2402) at s (https://lib/WASubContext.js:2:2605) at https://lib/WASubContext.js:2:2664 at https://lib/WASubContext.js:2:2545 at https://lib/WASubContext.js:2:260198 at https://lib/WASubContext.js:2:258124 2022-05-08 至 2022-05-15 · 业务代码错误 · 全部小程序版本 ``` 系统类型全是Android,ios没有报这个错 基础库版本: 2.24.2 用其他版本的基础库,在开发者工具中不会出现该问题,只有在2.24.2 中才会出现 ``` Unhandled promise rejection TypeError: Cannot read property 'url_info' of undefined at VM905 WAService.js:2 at Generator.next (<anonymous>) at n (VM905 WAService.js:2) at s (VM905 WAService.js:2) at VM905 WAService.js:2 at new V (VM905 WAService.js:2) at VM905 WAService.js:2 at VM905 WAService.js:2 at new V (VM905 WAService.js:2) at VM905 WAService.js:2(env: Windows,mp,1.05.2204250; lib: 2.24.2) ```
2022-05-16 - 支付回调金额与传入金额不一致
系统在运行过程中出现了异常。 支付的时候是1133.11,支付成功回调接口接收返回的金额却是1133.10,少了一分钱。 商户支付订单明细也是1133.11。 回调时候为什么会出现这种情况?
2021-11-19