File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
main/java/me/chanjar/weixin/mp
test/java/me/chanjar/weixin/mp/api/impl Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
package me .chanjar .weixin .mp .api ;
2
2
3
3
import me .chanjar .weixin .common .error .WxErrorException ;
4
- import me .chanjar .weixin .mp .AiLangType ;
4
+ import me .chanjar .weixin .mp .enums . AiLangType ;
5
5
6
6
import java .io .File ;
7
7
Original file line number Diff line number Diff line change 5
5
import me .chanjar .weixin .common .WxType ;
6
6
import me .chanjar .weixin .common .error .WxError ;
7
7
import me .chanjar .weixin .common .error .WxErrorException ;
8
- import me .chanjar .weixin .mp .AiLangType ;
8
+ import me .chanjar .weixin .mp .enums . AiLangType ;
9
9
import me .chanjar .weixin .mp .api .WxMpAiOpenService ;
10
10
import me .chanjar .weixin .mp .api .WxMpService ;
11
11
import me .chanjar .weixin .mp .util .requestexecuter .voice .VoiceUploadRequestExecutor ;
Original file line number Diff line number Diff line change 1
- package me .chanjar .weixin .mp ;
1
+ package me .chanjar .weixin .mp . enums ;
2
2
3
3
import lombok .Getter ;
4
4
13
13
@ Getter
14
14
public enum AiLangType {
15
15
/**
16
- * 中文 汉语
16
+ * 中文 汉语.
17
17
*/
18
18
zh_CN ("zh_CN" ),
19
19
/**
20
- * 英文 英语
20
+ * 英文 英语.
21
21
*/
22
22
en_US ("en_US" );
23
23
Original file line number Diff line number Diff line change 2
2
3
3
import com .google .inject .Inject ;
4
4
import me .chanjar .weixin .common .error .WxErrorException ;
5
- import me .chanjar .weixin .mp .AiLangType ;
5
+ import me .chanjar .weixin .mp .enums . AiLangType ;
6
6
import me .chanjar .weixin .mp .api .WxMpService ;
7
7
import me .chanjar .weixin .mp .api .test .ApiTestModule ;
8
8
import org .testng .annotations .Guice ;
You can’t perform that action at this time.
0 commit comments