public class WeChatProperties extends Object implements org.springframework.beans.factory.InitializingBean
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
static String |
getAppId() |
static String |
getAppSecret() |
static Boolean |
getIfLocalCache() |
static Boolean |
getIfMemCached() |
static Boolean |
getIfRedis() |
static WeChatProperties |
getInstance() |
static String |
getMchId() |
static String |
getPartnerId() |
static String |
getPartnerKey() |
void |
setAppId(String appId) |
void |
setAppSecret(String appSecret) |
void |
setIfLocalCache(Boolean ifLocalCache) |
void |
setIfMemCached(Boolean ifMemCached) |
void |
setIfRedis(Boolean ifRedis) |
void |
setMchId(String mchId) |
void |
setPartnerId(String partnerId) |
void |
setPartnerKey(String partnerKey) |
public static WeChatProperties getInstance()
public static String getAppId()
public void setAppId(String appId)
public static String getAppSecret()
public void setAppSecret(String appSecret)
public static String getMchId()
public void setMchId(String mchId)
public static String getPartnerId()
public void setPartnerId(String partnerId)
public static String getPartnerKey()
public void setPartnerKey(String partnerKey)
public static Boolean getIfLocalCache()
public void setIfLocalCache(Boolean ifLocalCache)
public static Boolean getIfMemCached()
public void setIfMemCached(Boolean ifMemCached)
public static Boolean getIfRedis()
public void setIfRedis(Boolean ifRedis)
Copyright © 2017. All rights reserved.