public class WxpayProfile extends Object
Description: 微信支付必要的配置属性信息
| 构造器和说明 |
|---|
WxpayProfile() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApiV3Key() |
String |
getAppId() |
String |
getCertSerialNo() |
String |
getKeyPath() |
String |
getMchId() |
String |
getMchKey() |
String |
getPrivateCertPath() |
String |
getPrivateKeyPath() |
String |
getSubAppId() |
String |
getSubMchId() |
void |
setApiV3Key(String apiV3Key) |
void |
setAppId(String appId) |
void |
setCertSerialNo(String certSerialNo) |
void |
setKeyPath(String keyPath) |
void |
setMchId(String mchId) |
void |
setMchKey(String mchKey) |
void |
setPrivateCertPath(String privateCertPath) |
void |
setPrivateKeyPath(String privateKeyPath) |
void |
setSubAppId(String subAppId) |
void |
setSubMchId(String subMchId) |
String |
toString() |
public String getAppId()
public void setAppId(String appId)
public String getMchId()
public void setMchId(String mchId)
public String getMchKey()
public void setMchKey(String mchKey)
public String getSubAppId()
public void setSubAppId(String subAppId)
public String getSubMchId()
public void setSubMchId(String subMchId)
public String getApiV3Key()
public void setApiV3Key(String apiV3Key)
public String getCertSerialNo()
public void setCertSerialNo(String certSerialNo)
public String getKeyPath()
public void setKeyPath(String keyPath)
public String getPrivateCertPath()
public void setPrivateCertPath(String privateCertPath)
public String getPrivateKeyPath()
public void setPrivateKeyPath(String privateKeyPath)
Copyright © 2023 Dromara. All rights reserved.