mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-04 06:07:59 +08:00 
			
		
		
		
	#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