wiki-files/wg-basic/wecaht.md

31 lines
775 B
Markdown
Raw Normal View History

2021-08-26 16:21:25 +08:00
---
title: 微信模块
description: 微信模块功能
published: true
2021-08-26 16:23:40 +08:00
date: 2021-08-26T08:23:39.021Z
2021-08-26 16:21:25 +08:00
tags: wg-basic, wecaht
editor: markdown
dateCreated: 2021-08-26T08:21:24.080Z
---
# 模块加载
2021-08-26 16:23:01 +08:00
微信模块目前一共有两个,分别是 `login-wechat``module-wechat` 。`login-wechat` 模块不能单独使用,`module-wechat` 模块可以单独使用。
两个模块依赖分别为
```xml
<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>
```
2021-08-26 16:23:40 +08:00
# 配置说明
为了能够使用微信功能模块,需要在配置文件中添加如下配置