Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

微信插件手册

微信插件是最近后台系统更新上线的一个系统功能,微信插件可管理多个微信号,进行自定义菜单、编辑图文消息、群发功能和关注回复、被动回复、关键字回复功能、消息模板功能、场景二维码管理功能、页面分享功能。

依赖

<dependency>
    <groupId>net.mingsoft</groupId>
    <artifactId>ms-mweixin</artifactId>
    <version>当前版本</version>
</dependency>
<!-- 微信公众号第三方插件 -->
<dependency>
    <groupId>com.github.binarywang</groupId>
    <artifactId>weixin-java-mp</artifactId>
    <version>4.4.0</version>
</dependency>
<!-- 微信公众号公共包第三方插件 -->
<dependency>
    <groupId>com.github.binarywang</groupId>
    <artifactId>weixin-java-common</artifactId>
    <version>4.4.0</version>
</dependency>
<!-- 微信公众号支付第三方插件 -->
<dependency>
    <groupId>com.github.binarywang</groupId>
    <artifactId>weixin-java-pay</artifactId>
    <version>4.4.0</version>
</dependency>

依赖weixin-java-tools开源项目

感谢 https://github.com/wechat-group/weixin-java-tools

动图展示