public static class WeiXinPayService.WeixinPayElement extends AbstractPayService.PayElement
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appid |
String |
certbase64 |
String |
certpath |
String |
certpwd |
String |
merchno |
protected SSLContext |
paySSLContext |
String |
signkey |
String |
submerchno |
notifyurl| 构造器和说明 |
|---|
WeixinPayElement() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,WeiXinPayService.WeixinPayElement> |
create(Logger logger,
Properties properties,
File home) |
boolean |
initElement(Logger logger,
File home) |
void |
setPaySSLContext(InputStream in) |
String |
toString() |
public String merchno
public String submerchno
public String appid
public String signkey
public String certpwd
public String certpath
public String certbase64
protected SSLContext paySSLContext
public static Map<String,WeiXinPayService.WeixinPayElement> create(Logger logger, Properties properties, File home)
public boolean initElement(Logger logger, File home)
initElement 在类中 AbstractPayService.PayElementpublic void setPaySSLContext(InputStream in) throws Exception
Exceptionpublic String toString()
Copyright © 2020. All rights reserved.