- https://lib/WAServiceMainContext.js
所有的小程序api请求都返回了,啥情况呀: [17:35:48] api出错/rest/v1/cart/get 返回 @https://lib/WAServiceMainContext.js:1:2356005L@https://lib/WAServiceMainContext.js:1:334353 客户端版本:8.0.56 基础库版本:3.7.11 系统类型:IOS [17:21:07] api出错/public/wxappcfg/get 返回 TypeError: Cannot read properties of undefined (reading 'needUpdateCache') at https://lib/WAServiceMainContext.js:1:2080829 at new Promise (<anonymous>) at Object.request (https://lib/WAServiceMainContext.js:1:2080783) at https://usr/app-service.js:22646:1691 at new Promise (<anonymous>) at https://usr/app-service.js:22646:1662 at s (https://usr/app-service.js:22351:738) at Generator.<anonymous> (https://usr/app-service.js:22351:2075) at Generator.next (https://usr/app-service.js:22351:1101) at asyncGeneratorStep (https://usr/app-service.js:22302:58)
03-13 - 自定义交易组件严重bug,会导致重复退运费给消费者?
自定义交易组件严重bug,会导致多退运费给消费者,场景: 1. 订单A包含了x商品3元,y商品1元,运费1元。 2. 针对x商品退款,可退款3元;再针对y商品退款,退款1元+1元运费。这时总退款5元是正确的。 接下来: 3.取消x商品退款申请。再次发起x退款,会自动退款4元(3元商品价+1元运费)。 这时候又多退了1次运费。 如果有10个商品的话,就可以反复操作多退10次运费。商家损失严重。 上述操作是在微信视频号订单管理里面进行操作的。 谁来解决一下! @服务平台小助手
2022-06-06 - wx.uploadFile出not well-formed multipart/form-data?
wx.uploadFile方法出现偶然的错误: The body of your POST request is not well-formed multipart/form-data</Message>The specified method is not allowed against this resource.上传至阿里云的oos,对方查了日志后,说是小程序没有按照标准组装合法的参数造成的。 这个请求微信专家来解决一下。 场景: 我家的小程序每天有大量的文件上传,偶然会出现上述错误。 排查了一大圈,需要微信官方 技术出面 才能解决!
2022-04-21