#456 企业微信获取部门列表接口方法listAll修改为list,以支持按部分id获取其下属部门列表

This commit is contained in:
Binary Wang
2018-03-18 14:25:22 +08:00
parent e3293d1521
commit 0c7a472a16
4 changed files with 30 additions and 14 deletions

View File

@@ -73,6 +73,12 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-guava</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>