🎨 优化企业微信消息发送接口代码,引入moco模拟测试组件,方便测试代码

This commit is contained in:
Binary Wang
2020-08-30 17:41:56 +08:00
parent 7cfabab628
commit c01347cac6
13 changed files with 297 additions and 118 deletions

View File

@@ -182,7 +182,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-android</version>
<version>29.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
@@ -239,6 +239,12 @@
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.dreamhead</groupId>
<artifactId>moco-runner</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>redis.clients</groupId>