1
0
mirror of synced 2026-02-19 20:31:34 +08:00

🆕 #2846 【企业微信】增加待开发应用获取带参授权链接的接口

This commit is contained in:
freedom9
2022-10-21 17:46:21 +08:00
committed by GitHub
parent b08530917c
commit 9b78acd0e5
6 changed files with 152 additions and 0 deletions

View File

@@ -88,6 +88,13 @@
<artifactId>moco-runner</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.4</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>