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 11package me .chanjar .weixin .mp .api ;
22
33import me .chanjar .weixin .common .error .WxErrorException ;
4- import me .chanjar .weixin .mp .AiLangType ;
4+ import me .chanjar .weixin .mp .enums . AiLangType ;
55
66import java .io .File ;
77
Original file line number Diff line number Diff line change 55import me .chanjar .weixin .common .WxType ;
66import me .chanjar .weixin .common .error .WxError ;
77import me .chanjar .weixin .common .error .WxErrorException ;
8- import me .chanjar .weixin .mp .AiLangType ;
8+ import me .chanjar .weixin .mp .enums . AiLangType ;
99import me .chanjar .weixin .mp .api .WxMpAiOpenService ;
1010import me .chanjar .weixin .mp .api .WxMpService ;
1111import 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 ;
22
33import lombok .Getter ;
44
1313@ Getter
1414public enum AiLangType {
1515 /**
16- * 中文 汉语
16+ * 中文 汉语.
1717 */
1818 zh_CN ("zh_CN" ),
1919 /**
20- * 英文 英语
20+ * 英文 英语.
2121 */
2222 en_US ("en_US" );
2323
Original file line number Diff line number Diff line change 22
33import com .google .inject .Inject ;
44import me .chanjar .weixin .common .error .WxErrorException ;
5- import me .chanjar .weixin .mp .AiLangType ;
5+ import me .chanjar .weixin .mp .enums . AiLangType ;
66import me .chanjar .weixin .mp .api .WxMpService ;
77import me .chanjar .weixin .mp .api .test .ApiTestModule ;
88import org .testng .annotations .Guice ;
You can’t perform that action at this time.
0 commit comments