weixin-java-miniapp-demo icon indicating copy to clipboard operation
weixin-java-miniapp-demo copied to clipboard

基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo

Results 25 weixin-java-miniapp-demo issues
Sort by recently updated
recently updated
newest added

weixin-java-common中引入了 com.thoughtworks.xstream xstream 1.4.9 这个有安全漏洞,能否做一个升级呢

WxMaCryptUtils.decrypt和WxMaCryptUtils.decryptAnotherWay的区别是什么? 我看微信小程序官方文档用的是PKCS#7填充数据的,但我看我们这里用的是NoPadding或PKCS7Padding,这个没有问题吗 ![image](https://user-images.githubusercontent.com/28655902/158188071-e27d523c-4878-4062-8898-d11cd4fb48fd.png)

![1652173973(1)](https://user-images.githubusercontent.com/46626203/167593854-dd025293-10b6-4fb1-8833-d22fe9249fee.png) 请问 Map context 如何能使用

【错误信息】:错误代码:40003, 错误信息:不合法的 OpenID ,请开发者确认 OpenID (该用户)是否已关注公众号,或是否是其他公众号的 OpenID,微信原始报文:{"errcode":40003,"errmsg":"invalid openid rid: 61b9947b-4eeffea7-4f08b7a6"}

最近微信接口经常挂,导致日志系统全是框架的error日志

现在每次调用这个接口,就会去call微信获取accesstoken,怎么才能不自动去call微信accesstoken?

使用的依赖为: ![image](https://github.com/binarywang/weixin-java-miniapp-demo/assets/50586375/30ab5251-2fa8-47f8-84c1-93078c919fc6) ![image](https://github.com/binarywang/weixin-java-miniapp-demo/assets/50586375/e34ea003-aaf9-4412-ae22-834a1ba6acc7) yml文件配置信息为: ![image](https://github.com/binarywang/weixin-java-miniapp-demo/assets/50586375/7b2c53e5-7996-4f0b-a150-10bfdfe34acb) 项目运行报错信息为: ```log 2023-09-13 18:16:37.945 WARN 44224 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with...

您好,java在引入您这个依赖的时候报错:Annotation-specified bean name 'mapper' for bean class [com.thoughtworks.xstream.mapper.Mapper] conflicts with existing, non-compatible bean definition of same name and class [com.baomidou.mybatisplus.core.mapper.Mapper]

前端小程序有没有提供啊?