屏蔽网易云信消息推送

This commit is contained in:
易焱
2019-09-25 00:00:23 +08:00
parent 55c3718489
commit c49dc9b3e5
2 changed files with 6 additions and 5 deletions
@@ -77,11 +77,11 @@ public class AliyunPushApiTest {
}
}
@Test
/*@Test
public void testSendMsg() {
AliyunPushApi pushApi = new AliyunPushApi("","","");
JSONObject jsonObject = pushApi.sendMsg("20731", "网易云信推送测试!");
System.out.println(jsonObject.toJSONString());
}
}*/
}