Skip to content

Commit afda086

Browse files
author
bulezeng(曾卫进)
committed
1 新增simple 推送相关使用模板
1 parent 76ea764 commit afda086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/tencent/xinge/XingeAppSimpleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void testPushTagIos(){
9696

9797
@Test
9898
public void testPushAllIos(){
99-
JSONObject jsonObject = xingeIOS.pushAllIos("测试title", "ios Tag 推送", "dev");
99+
JSONObject jsonObject = xingeIOS.pushAllIos("测试title", "ios 推送", "dev");
100100
System.out.println(jsonObject);
101101
}
102102
}

0 commit comments

Comments
 (0)