- 为什么电脑版微信升级到版本3.7.0.30后,所有的存储文件都单独放在每一个独立的文件夹里?太垃圾了
为什么电脑版微信升级到版本3.7.0.30后,所有的存储文件都单独放在MsgAttach这个文件里,然后这个文件夹里面又分别放在了每一个独立的一大串字符组成的文件夹里?太垃圾了,找个文件都找不到。请问怎么恢复到以前那种统一存在一个以月份为名称的文件夹里?
2022-06-09 - navigator支持返回上一个小程序携带 extra-data
小程序跳小程序场景中,当 target=miniprogram 且 open-type=navigateBack 时可以返回到上一个小程序,且可以携带 extra-data https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html
2022-05-26 - 微信支付,申请退款
WXPayConfig 获取配置数据 private byte[] certData; @PostConstruct public void init() throws Exception { Resource resource = new ClassPathResource("cert/weixin/apiclient_cert.p12"); try (InputStream certStream = resource.getInputStream()){ this.certData = new byte[(int) resource.contentLength()]; certStream.read(this.certData); } } @Override protected InputStream getCertStream() { ByteArrayInputStream certBis = new ByteArrayInputStream(this.certData); return certBis; } 支付的时候报错: DerInputStream.getLength(): lengthTag=111, too big.
2022-04-20 - 公众号的WEB开发者,开发者支持主动解绑
目前暂不支持开发者自主解绑的功能。 替代方案:登录微信公众号管理后台,“开发”-“开发者工具”-“web开发者工具”-“解除绑定”
2024-04-11