1
0
mirror of synced 2026-02-22 05:47:52 +08:00

#884 微信公众号模块增加主体变更迁移用户openid的接口

* 增加接口 微信公众号主体变更迁移用户 openid

* add test
This commit is contained in:
007gzs
2018-12-17 22:42:23 +08:00
committed by Binary Wang
parent af68dd4522
commit b7d3f839f7
7 changed files with 149 additions and 0 deletions

View File

@@ -36,6 +36,11 @@
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>