File tree Expand file tree Collapse file tree 5 files changed +13
-25
lines changed
src/main/java/cn/jpush/api Expand file tree Collapse file tree 5 files changed +13
-25
lines changed Original file line number Diff line number Diff line change 33
44 <groupId >cn.jpush.api</groupId >
55 <artifactId >jpush-client</artifactId >
6- <version >3.5.3 </version >
6+ <version >3.5.2 </version >
77 <packaging >jar</packaging >
88 <url >https://github.com/jpush/jpush-api-java-client</url >
99 <name >JPush API Java Client</name >
Original file line number Diff line number Diff line change 99import cn .jiguang .common .resp .DefaultResult ;
1010import cn .jiguang .common .resp .ResponseWrapper ;
1111import cn .jiguang .common .utils .Preconditions ;
12- import cn .jiguang .common .utils .StringUtils ;
1312import cn .jpush .api .JPushConfig ;
1413import cn .jpush .api .file .FileClient ;
15- import cn .jpush .api .file .model .FileUploadResult ;
1614import com .google .gson .Gson ;
1715import com .google .gson .JsonObject ;
18- import com .google .gson .reflect .TypeToken ;
19- import org .apache .commons .logging .Log ;
2016import org .slf4j .Logger ;
2117import org .slf4j .LoggerFactory ;
2218
Original file line number Diff line number Diff line change 22
33import cn .jiguang .common .ClientConfig ;
44import cn .jiguang .common .ServiceHelper ;
5- import cn .jiguang .common .connection .ApacheHttpClient ;
65import cn .jiguang .common .connection .HttpProxy ;
76import cn .jiguang .common .connection .IHttpClient ;
87import cn .jiguang .common .connection .NativeHttpClient ;
Original file line number Diff line number Diff line change 11package cn .jpush .api .report ;
22
33
4- import java .lang .reflect .Type ;
5- import java .net .URLEncoder ;
6- import java .sql .Time ;
7- import java .util .Map ;
8- import java .util .regex .Pattern ;
9-
104import cn .jiguang .common .ClientConfig ;
115import cn .jiguang .common .ServiceHelper ;
126import cn .jiguang .common .TimeUnit ;
13- import cn .jiguang .common .utils .StringUtils ;
147import cn .jiguang .common .connection .HttpProxy ;
158import cn .jiguang .common .connection .NativeHttpClient ;
169import cn .jiguang .common .resp .APIConnectionException ;
1710import cn .jiguang .common .resp .APIRequestException ;
1811import cn .jiguang .common .resp .BaseResult ;
1912import cn .jiguang .common .resp .ResponseWrapper ;
13+ import cn .jiguang .common .utils .StringUtils ;
2014import cn .jpush .api .report .model .CheckMessagePayload ;
2115import com .google .gson .Gson ;
2216import com .google .gson .reflect .TypeToken ;
23- import com .sun .security .ntlm .Client ;
17+
18+ import java .lang .reflect .Type ;
19+ import java .net .URLEncoder ;
20+ import java .util .Map ;
21+ import java .util .regex .Pattern ;
2422
2523public class ReportClient {
2624
Original file line number Diff line number Diff line change 11package cn .jpush .api .schedule ;
22
3- import cn .jpush .api .examples .PushExample ;
4- import cn .jpush .api .push .CIDResult ;
5- import com .google .gson .annotations .Expose ;
6- import org .slf4j .Logger ;
7- import org .slf4j .LoggerFactory ;
8-
93import cn .jiguang .common .ClientConfig ;
104import cn .jiguang .common .ServiceHelper ;
11- import cn .jiguang .common .utils .Preconditions ;
12- import cn .jiguang .common .utils .StringUtils ;
135import cn .jiguang .common .connection .HttpProxy ;
146import cn .jiguang .common .connection .NativeHttpClient ;
157import cn .jiguang .common .resp .APIConnectionException ;
168import cn .jiguang .common .resp .APIRequestException ;
179import cn .jiguang .common .resp .ResponseWrapper ;
18- import cn .jpush .api .schedule .model .SchedulePayload ;
10+ import cn .jiguang .common .utils .Preconditions ;
11+ import cn .jiguang .common .utils .StringUtils ;
12+ import cn .jpush .api .push .CIDResult ;
1913import cn .jpush .api .push .PushClient ;
20-
21- import java .util .List ;
14+ import cn .jpush .api .schedule .model .SchedulePayload ;
15+ import org .slf4j .Logger ;
16+ import org .slf4j .LoggerFactory ;
2217
2318public class ScheduleClient {
2419
You can’t perform that action at this time.
0 commit comments