mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	🎨 #3426【视频号】更新视频号小店/微信小店类目、订单、商品、主页管理等相关接口
This commit is contained in:
		| @ -15,6 +15,7 @@ public abstract class AbstractWxChannelConfigStorageConfiguration { | ||||
|     config.setToken(StringUtils.trimToNull(properties.getToken())); | ||||
|     config.setAesKey(StringUtils.trimToNull(properties.getAesKey())); | ||||
|     config.setMsgDataFormat(StringUtils.trimToNull(properties.getMsgDataFormat())); | ||||
|     config.setStableAccessToken(properties.isUseStableAccessToken()); | ||||
|  | ||||
|     WxChannelProperties.ConfigStorage configStorageProperties = properties.getConfigStorage(); | ||||
|     config.setHttpProxyHost(configStorageProperties.getHttpProxyHost()); | ||||
|  | ||||
| @ -41,6 +41,11 @@ public class WxChannelProperties { | ||||
|    */ | ||||
|   private String msgDataFormat = "JSON"; | ||||
|  | ||||
|   /** | ||||
|    * 是否使用稳定版 Access Token | ||||
|    */ | ||||
|   private boolean useStableAccessToken = false; | ||||
|  | ||||
|   /** | ||||
|    * 存储策略 | ||||
|    */ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Zeyes Lee
					Zeyes Lee