File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
main/java/com/tencent/xinge/bean/ios
test/java/com/tencent/xinge/push/app Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public class Aps {
16
16
private int badge_type ;
17
17
18
18
@ JsonProperty (value = "sound" )
19
- private Sound sound ;
19
+ private String sound ;
20
20
21
21
@ JsonProperty (value = "content-available" )
22
22
private int content_available ;
@@ -85,11 +85,11 @@ public void setCategory(String category) {
85
85
this .category = category ;
86
86
}
87
87
88
- public Sound getSound () {
88
+ public String getSound () {
89
89
return sound ;
90
90
}
91
91
92
- public void setSound (Sound sound ) {
92
+ public void setSound (String sound ) {
93
93
this .sound = sound ;
94
94
}
95
95
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public void testPushSingleAccountIOS() {
39
39
pushAppRequest .setEnvironment (Environment .dev );
40
40
pushAppRequest .setMessage_type (MessageType .notify );
41
41
pushAppRequest .setMessage (message );
42
- pushAppRequest .setSend_time ("1111111 " );
42
+ pushAppRequest .setSend_time ("2018-10-10 10:49:22 " );
43
43
pushAppRequest .setStat_tag ("test" );
44
44
pushAppRequest .setPush_id ("0" );
45
45
pushAppRequest .setAccount_list (accountList );
You can’t perform that action at this time.
0 commit comments