#416 修改删除群发接口的消息ID参数类型为Long
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user