mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-15 12:56:26 +08:00
#312 添加 删除群发 的接口
This commit is contained in:
@@ -181,4 +181,9 @@ public class WxMpMassMessageServiceImplTest {
|
||||
return messages;
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMassDelete() throws Exception {
|
||||
this.wxService.getMassMessageService().delete(1,2);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user