File tree Expand file tree Collapse file tree 11 files changed +7
-339
lines changed
test/org/sword/wechat4j/util Expand file tree Collapse file tree 11 files changed +7
-339
lines changed Original file line number Diff line number Diff line change 13
13
<classpathentry kind =" lib" path =" lib/fluent-hc-4.3.6.jar" />
14
14
<classpathentry kind =" lib" path =" lib/httpclient-4.3.6.jar" />
15
15
<classpathentry kind =" lib" path =" lib/httpcore-4.3.3.jar" />
16
+ <classpathentry kind =" lib" path =" lib/sword-lang-1.2.0.jar" />
16
17
<classpathentry kind =" output" path =" bin" />
17
18
</classpath >
Original file line number Diff line number Diff line change 11
11
12
12
import org .apache .commons .lang3 .StringUtils ;
13
13
import org .apache .log4j .Logger ;
14
+ import org .sword .lang .JaxbParser ;
15
+ import org .sword .lang .StreamUtils ;
14
16
import org .sword .wechat4j .common .Config ;
15
17
import org .sword .wechat4j .common .ValidateSignature ;
16
18
import org .sword .wechat4j .event .EventType ;
23
25
import org .sword .wechat4j .response .VideoResponse ;
24
26
import org .sword .wechat4j .response .VoiceResponse ;
25
27
import org .sword .wechat4j .response .WechatResponse ;
26
- import org .sword .wechat4j .util .JaxbParser ;
27
- import org .sword .wechat4j .util .StreamUtils ;
28
28
29
29
30
30
Original file line number Diff line number Diff line change 9
9
10
10
import org .apache .commons .lang3 .StringUtils ;
11
11
import org .apache .log4j .Logger ;
12
+ import org .sword .lang .HttpUtils ;
12
13
import org .sword .wechat4j .event .MsgType ;
13
14
import org .sword .wechat4j .response .ArticleResponse ;
14
15
import org .sword .wechat4j .response .MusicResponse ;
15
16
import org .sword .wechat4j .response .VideoResponse ;
16
17
import org .sword .wechat4j .token .AccessToken ;
17
18
import org .sword .wechat4j .token .AccessTokenProxy ;
18
- import org .sword .wechat4j .util .HttpUtils ;
19
19
20
20
import com .alibaba .fastjson .JSONArray ;
21
21
import com .alibaba .fastjson .JSONObject ;
Original file line number Diff line number Diff line change 5
5
package org .sword .wechat4j .message ;
6
6
7
7
import org .apache .log4j .Logger ;
8
+ import org .sword .lang .HttpUtils ;
8
9
import org .sword .wechat4j .message .template .TemplateMsgBody ;
9
10
import org .sword .wechat4j .message .template .TemplateMsgData ;
10
11
import org .sword .wechat4j .token .AccessTokenProxy ;
11
- import org .sword .wechat4j .util .HttpUtils ;
12
12
13
13
import com .alibaba .fastjson .JSONObject ;
14
14
Original file line number Diff line number Diff line change 7
7
8
8
import org .apache .commons .lang3 .StringUtils ;
9
9
import org .apache .log4j .Logger ;
10
+ import org .sword .lang .HttpUtils ;
10
11
import org .sword .wechat4j .common .Config ;
11
- import org .sword .wechat4j .util .HttpUtils ;
12
12
13
13
import com .alibaba .fastjson .JSONObject ;
14
14
Original file line number Diff line number Diff line change 8
8
9
9
import org .apache .commons .lang3 .StringUtils ;
10
10
import org .apache .log4j .Logger ;
11
+ import org .sword .lang .HttpUtils ;
11
12
import org .sword .wechat4j .token .AccessTokenProxy ;
12
- import org .sword .wechat4j .util .HttpUtils ;
13
13
14
14
import com .alibaba .fastjson .JSONArray ;
15
15
import com .alibaba .fastjson .JSONObject ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments