wx-tools icon indicating copy to clipboard operation
wx-tools copied to clipboard

Wx-tools是基于微信公众平台API的轻量级框架。 基于Wx-tools你可以开速开发一个订阅号/服务号的web应用后台。

Results 13 wx-tools issues
Sort by recently updated
recently updated
newest added

Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.7 to 1.4.19. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.thoughtworks.xstream:xstream&package-manager=maven&previous-version=1.4.7&new-version=1.4.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

- [x] 移除idea及eclipse等无效的配置信息提交 - [x] 增加parent pom文件配置公共信息 - [x] 打jar包时不使用assembly插件,不要把依赖集成到一个jar包中

Bumps httpclient from 4.3.6 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.3.6&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.4&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

当前遇到的问题: 多appid 使用时,获取的token仍然不同 如何修改动态设置wxConfig 里面的属性,并且让其生效

WxError [errcode=40008, errmsg=invalid message type hint: [dfADbHnre-FAulHa] rid: 5f262df9-570cfb10-583bdc4f]

我注意到每次调用一下wx-tools里面的方法就会update一下里面的accessToken,但是微信是有调用限制的,怎么解决呢? 我的想法是通过redis来缓存accessToken,redis可以设置该值的过期时间,如果redis里面的被销毁了,那就获取新的accessToken,然后存储到redis中并使用

WxXmlOutNewsMessage NewsBuilder newsBuilder = WxXmlOutMessage.NEWS(); 定义多条item 在微信中只显示一条数据!