微信V3版本接入直连接口,自测通过

This commit is contained in:
egzosn
2021-10-04 18:45:50 +08:00
parent b731154e68
commit 1b10bbd787
21 changed files with 1025 additions and 62 deletions

View File

@@ -26,15 +26,9 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>