@ConfigurationProperties(prefix="herodotus.pay.wxpay") public class WxpayProperties extends Object
Description: 微信支付配置属性
| 构造器和说明 |
|---|
WxpayProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDefaultProfile() |
Boolean |
getEnabled() |
Map<String,WxpayProfile> |
getProfiles() |
Boolean |
getSandbox() |
void |
setDefaultProfile(String defaultProfile) |
void |
setEnabled(Boolean enabled) |
void |
setProfiles(Map<String,WxpayProfile> profiles) |
void |
setSandbox(Boolean sandbox) |
String |
toString() |
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public Boolean getSandbox()
public void setSandbox(Boolean sandbox)
public String getDefaultProfile()
public void setDefaultProfile(String defaultProfile)
public Map<String,WxpayProfile> getProfiles()
public void setProfiles(Map<String,WxpayProfile> profiles)
Copyright © 2023 Dromara. All rights reserved.