mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-08 23:31:53 +08:00
微信公众号对接
This commit is contained in:
24
yudao-module-wechat-mp/pom.xml
Normal file
24
yudao-module-wechat-mp/pom.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>yudao</artifactId>
|
||||
<groupId>cn.iocoder.boot</groupId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<modules>
|
||||
<module>yudao-module-wechat-mp-api</module>
|
||||
<module>yudao-module-wechat-mp-biz</module>
|
||||
</modules>
|
||||
<artifactId>yudao-module-wechat-mp</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>
|
||||
微信公众号模块,主要实现 账号管理,粉丝管理 等功能。
|
||||
</description>
|
||||
|
||||
|
||||
</project>
|
Reference in New Issue
Block a user