1
0
mirror of synced 2025-12-28 14:07:58 +08:00

#312 添加 删除群发 的接口

This commit is contained in:
Binary Wang
2017-08-22 23:43:21 +08:00
committed by Binary Wang
parent c81bbae288
commit 09ed365213
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);
}
}