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

基于Spring Boot 和 WxJava 实现的微信公众号Java后端Demo,支持多公众号

Results 23 weixin-java-mp-demo issues
Sort by recently updated
recently updated
newest added

MaterialVoiceAndImageDownloadOkhttpRequestExecutor 和 MaterialVoiceAndImageDownloadApacheHttpRequestExecutor 无法自动刷新token 刷新token 的源码逻辑 ![2d593929cb714c5076d3caddfaf3725](https://github.com/binarywang/weixin-java-mp-demo/assets/26403954/89ffc3a5-436b-4fe1-9a12-6f136da00c39) 具体实现类的实现 ![image](https://github.com/binarywang/weixin-java-mp-demo/assets/26403954/3eb14320-f9dd-40f1-a1bd-d2ef236553f3) ![image](https://github.com/binarywang/weixin-java-mp-demo/assets/26403954/cf1e9c30-4656-4b6e-aee3-4876c13f63d1) 微信实际上返回的contentType : ![image](https://github.com/binarywang/weixin-java-mp-demo/assets/26403954/601ee9e8-fb4e-492b-a877-0fdb22b1381f)

如题, 微信不在白名单中返回的errcode是40164 微信原始报文:{"errcode":40164,"errmsg":"invalid ip ***** ipv6 ::ffff:*******, not in whitelist rid: 654e0b13-0f2e7229-0494092b"} 然后就会一直throw,一直catch

![image](https://user-images.githubusercontent.com/9762702/236786126-01e9dd79-565c-4419-a832-c741f8cdaddc.png)

大佬,微信客服接口异步回复,会不会有并发问题啊,为什么人多使用的时候就会出现系统故障

![image](https://user-images.githubusercontent.com/104643678/222296303-af009145-8357-4365-b7c7-fccb4a19c507.png) ![image](https://user-images.githubusercontent.com/104643678/222296356-f1a5de7f-b75f-488c-b748-c09a8312bd89.png)

hello,你好。由于今天项目进行了迁移,新的小程序和公众号还没有绑定微信开放平台。发现使用微信的https://api.weixin.qq.com/sns/jscode2session接口获取不到unionId,后来找资料发现是因为没有绑定微信开放平台导致的。于是使用这个接口返回的 openId 为参数调用 `me.chanjar.weixin.mp.api.impl.WxMpTemplateMsgServiceImpl#sendTemplateMsg`像用户进行消息推送 出现了 40003,说我的openId不正确。 所以我想知道我们这个框架是不是只能用微信公众号中的用户openId,而不能使用小程序的用户openId是吗?

我们公司用的frp方式方向代理本地的服务器,因为微信公众号ip黑名单的原因,要弄代理,所以要修改一下请求地址

rt [微信公众号]本问题与技术无关哈,不知道大家知道如果使用接口发布草稿,再使用平台进行发表,文章会被限流吗