- 所有已实现的接口:
org.springframework.beans.factory.InitializingBean
@Component("anyline.wechat.pay.load.bean")
public class WechatPayBean
extends Object
implements org.springframework.beans.factory.InitializingBean
-
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
MCH_ID
@Value("${anyline.wechat.pay.mchId:}")
public String MCH_ID
-
SP_MCH_ID
@Value("${anyline.wechat.pay.spMchId:}")
public String SP_MCH_ID
-
SUB_MCH_ID
@Value("${anyline.wechat.pay.subMchId:}")
public String SUB_MCH_ID
-
API_SECRET
@Value("${anyline.wechat.pay.apiSecret:}")
public String API_SECRET
-
API_SECRET3
@Value("${anyline.wechat.pay.apiSecret3:}")
public String API_SECRET3
-
MCH_PRIVATE_SECRET_FILE
@Value("${anyline.wechat.pay.mchPrivateSecretFile:}")
public String MCH_PRIVATE_SECRET_FILE
-
CERTIFICATE_SERIAL
@Value("${anyline.wechat.pay.certificateSerial:}")
public String CERTIFICATE_SERIAL
-
KEY_STORE_FILE
@Value("${anyline.wechat.pay.keyStoreFile:}")
public String KEY_STORE_FILE
-
KEY_STORE_PASSWORD
@Value("${anyline.wechat.pay.keyStorePassword:}")
public String KEY_STORE_PASSWORD
-
NOTIFY_URL
@Value("${anyline.wechat.pay.notifyUrl:}")
public String NOTIFY_URL
-
CALLBACK_URL
@Value("${anyline.wechat.pay.callbackUrl:}")
public String CALLBACK_URL
-
BANK_RSA_PUBLIC_KEY_FILE
@Value("${anyline.wechat.pay.bankRsaPublicKeyFile:}")
public String BANK_RSA_PUBLIC_KEY_FILE
-
构造器详细资料
-
WechatPayBean
public WechatPayBean()
-
方法详细资料
-
afterPropertiesSet
public void afterPropertiesSet()
- 指定者:
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
-
instance
@Bean("anyline.wechat.pay.init.util")
public WechatPayUtil instance()