#416 修改删除群发接口的消息ID参数类型为Long

This commit is contained in:
Binary Wang
2017-12-29 19:36:24 +08:00
parent 0a21fe2934
commit e9e9a622cf
3 changed files with 3 additions and 3 deletions

View File

@ -183,7 +183,7 @@ public class WxMpMassMessageServiceImplTest {
@Test
public void testMassDelete() throws Exception {
this.wxService.getMassMessageService().delete(1,2);
this.wxService.getMassMessageService().delete(1L,2);
}
}