tmgg-system-weapp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.tmgg</groupId> <artifactId>tmgg-system-weapp</artifactId> <version>0.3.24</version> </dependency>
<?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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.tmgg</groupId> <artifactId>tmgg-system-parent</artifactId> <version>0.3.24</version> </parent> <artifactId>tmgg-system-weapp</artifactId> <description>微信小程序集成,如登录,获取手机号等</description> <dependencies> <dependency> <groupId>io.github.tmgg</groupId> <artifactId>tmgg-system</artifactId> </dependency> <dependency> <groupId>com.github.binarywang</groupId> <artifactId>weixin-java-miniapp</artifactId> <version>4.6.0</version> </dependency> </dependencies> </project>