1
0
mirror of synced 2025-12-20 23:58:05 +08:00

#312 添加 删除群发 的接口

This commit is contained in:
Binary Wang
2017-08-22 23:43:21 +08:00
parent bc80845385
commit 3bc9dbd795
3 changed files with 38 additions and 0 deletions

View File

@@ -181,4 +181,9 @@ public class WxMpMassMessageServiceImplTest {
return messages;
}
@Test
public void testMassDelete() throws Exception {
this.wxService.getMassMessageService().delete(1,2);
}
}