public class WxConfig extends Object
| 构造器和说明 |
|---|
WxConfig() |
WxConfig(String mchId,
String appId,
String key,
String appSecret,
String certPassword,
String certLocalPath,
String notifyUrl) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId() |
String |
getAppSecret() |
String |
getCertLocalPath() |
String |
getCertPassword() |
String |
getKey() |
String |
getMchId() |
String |
getNotifyUrl() |
void |
setAppId(String appId) |
void |
setAppSecret(String appSecret) |
void |
setCertLocalPath(String certLocalPath) |
void |
setCertPassword(String certPassword) |
void |
setKey(String key) |
void |
setMchId(String mchId) |
void |
setNotifyUrl(String notifyUrl) |
public WxConfig(String mchId, String appId, String key, String appSecret, String certPassword, String certLocalPath, String notifyUrl)
public WxConfig()
public String getNotifyUrl()
public void setNotifyUrl(String notifyUrl)
public String getMchId()
public void setMchId(String mchId)
public String getAppId()
public void setAppId(String appId)
public String getKey()
public void setKey(String key)
public String getAppSecret()
public void setAppSecret(String appSecret)
public String getCertPassword()
public void setCertPassword(String certPassword)
public String getCertLocalPath()
public void setCertLocalPath(String certLocalPath)
Copyright © 2018. All rights reserved.