mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	refactor code
This commit is contained in:
		| @ -1,7 +1,7 @@ | |||||||
| package me.chanjar.weixin.mp.api; | package me.chanjar.weixin.mp.api; | ||||||
|  |  | ||||||
| import me.chanjar.weixin.common.error.WxErrorException; | import me.chanjar.weixin.common.error.WxErrorException; | ||||||
| import me.chanjar.weixin.mp.AiLangType; | import me.chanjar.weixin.mp.enums.AiLangType; | ||||||
|  |  | ||||||
| import java.io.File; | import java.io.File; | ||||||
|  |  | ||||||
|  | |||||||
| @ -5,7 +5,7 @@ import com.google.gson.JsonParser; | |||||||
| import me.chanjar.weixin.common.WxType; | import me.chanjar.weixin.common.WxType; | ||||||
| import me.chanjar.weixin.common.error.WxError; | import me.chanjar.weixin.common.error.WxError; | ||||||
| import me.chanjar.weixin.common.error.WxErrorException; | import me.chanjar.weixin.common.error.WxErrorException; | ||||||
| import me.chanjar.weixin.mp.AiLangType; | import me.chanjar.weixin.mp.enums.AiLangType; | ||||||
| import me.chanjar.weixin.mp.api.WxMpAiOpenService; | import me.chanjar.weixin.mp.api.WxMpAiOpenService; | ||||||
| import me.chanjar.weixin.mp.api.WxMpService; | import me.chanjar.weixin.mp.api.WxMpService; | ||||||
| import me.chanjar.weixin.mp.util.requestexecuter.voice.VoiceUploadRequestExecutor; | import me.chanjar.weixin.mp.util.requestexecuter.voice.VoiceUploadRequestExecutor; | ||||||
|  | |||||||
| @ -1,4 +1,4 @@ | |||||||
| package me.chanjar.weixin.mp; | package me.chanjar.weixin.mp.enums; | ||||||
| 
 | 
 | ||||||
| import lombok.Getter; | import lombok.Getter; | ||||||
| 
 | 
 | ||||||
| @ -13,11 +13,11 @@ import lombok.Getter; | |||||||
| @Getter | @Getter | ||||||
| public enum AiLangType { | public enum AiLangType { | ||||||
|   /** |   /** | ||||||
|    * 中文 汉语 |    * 中文 汉语. | ||||||
|    */ |    */ | ||||||
|   zh_CN("zh_CN"), |   zh_CN("zh_CN"), | ||||||
|   /** |   /** | ||||||
|    * 英文 英语 |    * 英文 英语. | ||||||
|    */ |    */ | ||||||
|   en_US("en_US"); |   en_US("en_US"); | ||||||
| 
 | 
 | ||||||
| @ -2,7 +2,7 @@ package me.chanjar.weixin.mp.api.impl; | |||||||
|  |  | ||||||
| import com.google.inject.Inject; | import com.google.inject.Inject; | ||||||
| import me.chanjar.weixin.common.error.WxErrorException; | import me.chanjar.weixin.common.error.WxErrorException; | ||||||
| import me.chanjar.weixin.mp.AiLangType; | import me.chanjar.weixin.mp.enums.AiLangType; | ||||||
| import me.chanjar.weixin.mp.api.WxMpService; | import me.chanjar.weixin.mp.api.WxMpService; | ||||||
| import me.chanjar.weixin.mp.api.test.ApiTestModule; | import me.chanjar.weixin.mp.api.test.ApiTestModule; | ||||||
| import org.testng.annotations.Guice; | import org.testng.annotations.Guice; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang