wiki-files/wg-basic/wecaht.md

775 B

title description published date tags editor dateCreated
微信模块 微信模块功能 true 2021-08-26T08:23:39.021Z wg-basic, wecaht markdown 2021-08-26T08:21:24.080Z

模块加载

微信模块目前一共有两个,分别是 login-wechatmodule-wechatlogin-wechat 模块不能单独使用,module-wechat 模块可以单独使用。 两个模块依赖分别为


<dependency>
  <groupId>ink.wgink</groupId>
  <artifactId>login-wechat</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
  <groupId>ink.wgink</groupId>
  <artifactId>module-wechat</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

配置说明

为了能够使用微信功能模块,需要在配置文件中添加如下配置