File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
weixin-java-miniapp/src/test/java/cn/binarywang/wx/miniapp/api/impl
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
package cn .binarywang .wx .miniapp .api .impl ;
2
2
3
- import cn .binarywang .wx .miniapp .test .TestConfig ;
4
- import com .google .common .collect .ImmutableMap ;
5
- import jdk .nashorn .internal .ir .annotations .Immutable ;
6
- import me .chanjar .weixin .common .error .WxErrorException ;
7
- import org .testng .annotations .*;
8
-
9
3
import cn .binarywang .wx .miniapp .api .WxMaService ;
10
4
import cn .binarywang .wx .miniapp .bean .WxMaPhoneNumberInfo ;
11
5
import cn .binarywang .wx .miniapp .bean .WxMaUserInfo ;
12
6
import cn .binarywang .wx .miniapp .test .ApiTestModule ;
7
+ import cn .binarywang .wx .miniapp .test .TestConfig ;
8
+ import com .google .common .collect .ImmutableMap ;
13
9
import com .google .inject .Inject ;
10
+ import me .chanjar .weixin .common .error .WxErrorException ;
11
+ import org .testng .annotations .Guice ;
12
+ import org .testng .annotations .Test ;
14
13
15
- import javax .management .ImmutableDescriptor ;
16
-
17
- import static org .testng .Assert .*;
14
+ import static org .testng .Assert .assertNotNull ;
15
+ import static org .testng .Assert .assertTrue ;
18
16
19
17
/**
20
18
* 测试用户相关的接口
Original file line number Diff line number Diff line change 13
13
import me .chanjar .weixin .mp .api .WxMpCardService ;
14
14
import me .chanjar .weixin .mp .api .WxMpService ;
15
15
import me .chanjar .weixin .mp .bean .card .*;
16
- import me .chanjar .weixin .mp .bean .result .WxMpResult ;
17
16
import me .chanjar .weixin .mp .enums .TicketType ;
18
17
import me .chanjar .weixin .mp .enums .WxMpApiUrl ;
19
18
import me .chanjar .weixin .mp .util .json .WxMpGsonBuilder ;
You can’t perform that action at this time.
0 commit comments