标记分组接口为过期的

This commit is contained in:
BinaryWang
2016-09-02 17:16:39 +08:00
parent 71709bbc36
commit d31c9f71d7
3 changed files with 6 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ import java.util.List;
*
* @author chanjarster
*/
@Deprecated
@Test(groups = "groupAPI")
@Guice(modules = ApiTestModule.class)
public class WxMpGroupServiceImplTest {