Spring Boot集成极光推送Java-SDK( 二 )

test@RunWith(SpringRunner.class)@SpringBootTestpublic class JPushApplicationTests { @Autowired private MyJPushClient jPushClient; @Test public void testJPush() { List<String> aliasList = Arrays.asList("239"); String notificationTitle = "notification_title"; String msgTitle = "msg_title"; String msgContent = "msg_content"; jPushClient.sendToAliasList(aliasList, notificationTitle, msgTitle, msgContent, "exts"); }}

Spring Boot集成极光推送Java-SDK

文章插图
 

【Spring Boot集成极光推送Java-SDK】


推荐阅读