Commit 2437ca0 zhanq
committed
1 parent f558882 commit 2437ca0 Copy full SHA for 2437ca0
File tree 5 files changed +8
-27
lines changed
src/main/java/cn/jiguang/sdk/bean/push/message/notification
5 files changed +8
-27
lines changed Original file line number Diff line number Diff line change 14
14
## 1. 集成
15
15
引入sdk包
16
16
``` xml
17
- <!-- 以5.0.1版本为例 -->
17
+ <!-- 以5.0.2版本为例 -->
18
18
<dependencies >
19
19
<!-- jiguang-sdk -->
20
20
<dependency >
21
21
<groupId >io.github.jpush</groupId >
22
22
<artifactId >jiguang-sdk</artifactId >
23
- <version >5.0.1 </version >
23
+ <version >5.0.2 </version >
24
24
</dependency >
25
25
</dependencies >
26
26
```
Original file line number Diff line number Diff line change 13
13
14
14
<groupId >io.github.jpush</groupId >
15
15
<artifactId >example-for-spring</artifactId >
16
- <version >5.0.1 </version >
16
+ <version >5.0.2 </version >
17
17
18
18
<properties >
19
19
<maven .compiler.source>8</maven .compiler.source>
26
26
<dependency >
27
27
<groupId >io.github.jpush</groupId >
28
28
<artifactId >jiguang-sdk</artifactId >
29
- <version >5.0.1 </version >
29
+ <version >5.0.2 </version >
30
30
</dependency >
31
31
<!-- lombok -->
32
32
<dependency >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.github.jpush</groupId >
9
9
<artifactId >jiguang-sdk-java</artifactId >
10
- <version >5.0.1 </version >
10
+ <version >5.0.2 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
14
14
<groupId >io.github.jpush</groupId >
15
15
<artifactId >jiguang-sdk</artifactId >
16
- <version >5.0.1 </version >
16
+ <version >5.0.2 </version >
17
17
<packaging >jar</packaging >
18
18
19
19
<properties >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public static class Android {
88
88
89
89
@ JsonProperty ("extras" )
90
90
@ JsonInclude (JsonInclude .Include .NON_NULL )
91
- private Extras extras ;
91
+ private Map < String , Object > extras ;
92
92
93
93
@ JsonProperty ("large_icon" )
94
94
@ JsonInclude (JsonInclude .Include .NON_NULL )
@@ -140,25 +140,6 @@ public static class Android {
140
140
@ JsonInclude (JsonInclude .Include .NON_NULL )
141
141
private Integer displayForeground ;
142
142
143
- @ Data
144
- public static class Extras {
145
- @ JsonProperty ("mipns_content_forshort" )
146
- @ JsonInclude (JsonInclude .Include .NON_NULL )
147
- private String xiaomiContent ;
148
-
149
- @ JsonProperty ("mzpns_content_forshort" )
150
- @ JsonInclude (JsonInclude .Include .NON_NULL )
151
- private String meizuContent ;
152
-
153
- @ JsonProperty ("oppns_content_forshort" )
154
- @ JsonInclude (JsonInclude .Include .NON_NULL )
155
- private String oppoContent ;
156
-
157
- @ JsonProperty ("vpns_content_forshort" )
158
- @ JsonInclude (JsonInclude .Include .NON_NULL )
159
- private String vivoContent ;
160
- }
161
-
162
143
@ Data
163
144
public static class Intent {
164
145
@ JsonProperty ("url" )
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.github.jpush</groupId >
8
8
<artifactId >jiguang-sdk-java</artifactId >
9
- <version >5.0.1 </version >
9
+ <version >5.0.2 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >Jiguang SDK For Rest Api</name >
You can’t perform that action at this time.
0 commit comments