|
|
@@ -1,786 +0,0 @@
|
|
|
-{
|
|
|
- "groups": [
|
|
|
- {
|
|
|
- "name": "adapay",
|
|
|
- "type": "com.izouma.nineth.config.AdapayProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.AdapayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alipay",
|
|
|
- "type": "com.izouma.nineth.config.AlipayProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.AlipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "aliyun",
|
|
|
- "type": "com.izouma.nineth.config.AliyunProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.AliyunProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general",
|
|
|
- "type": "com.izouma.nineth.config.GeneralProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ikudotpay",
|
|
|
- "type": "com.izouma.nineth.config.IkudotpayProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.IkudotpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ipfs",
|
|
|
- "type": "com.izouma.nineth.config.IPFSProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.IPFSProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "jwt",
|
|
|
- "type": "com.izouma.nineth.security.JwtConfig",
|
|
|
- "sourceType": "com.izouma.nineth.security.JwtConfig"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lianlianpay",
|
|
|
- "type": "com.izouma.nineth.config.LianlianpayProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.LianlianpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "payeasenet",
|
|
|
- "type": "com.izouma.nineth.config.PayeasenetProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.PayeasenetProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "push",
|
|
|
- "type": "com.izouma.nineth.config.PushProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.PushProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "request-cipher",
|
|
|
- "type": "com.izouma.nineth.config.RequestCipherProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.RequestCipherProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay",
|
|
|
- "type": "com.izouma.nineth.config.SandpayProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "siweipay",
|
|
|
- "type": "com.izouma.nineth.config.SiweipayProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.SiweipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sumpay",
|
|
|
- "type": "com.izouma.nineth.config.SumpayProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.SumpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.ma",
|
|
|
- "type": "com.izouma.nineth.config.WxMaProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxMaProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.mp",
|
|
|
- "type": "com.izouma.nineth.config.WxMpProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxMpProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.pay",
|
|
|
- "type": "com.izouma.nineth.config.WxPayProperties",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxPayProperties"
|
|
|
- }
|
|
|
- ],
|
|
|
- "properties": [
|
|
|
- {
|
|
|
- "name": "adapay.api-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AdapayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "adapay.app-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AdapayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "adapay.app-public-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AdapayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "adapay.debug",
|
|
|
- "type": "java.lang.Boolean",
|
|
|
- "sourceType": "com.izouma.nineth.config.AdapayProperties",
|
|
|
- "defaultValue": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "adapay.merchant",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AdapayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "adapay.mock-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AdapayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "adapay.priv-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AdapayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "adapay.prod",
|
|
|
- "type": "java.lang.Boolean",
|
|
|
- "sourceType": "com.izouma.nineth.config.AdapayProperties",
|
|
|
- "defaultValue": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "adapay.public-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AdapayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "adapay.wx-app-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AdapayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alipay.ali-pub-cert-path",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AlipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alipay.ali-public-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AlipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alipay.api-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AlipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alipay.app-cert-path",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AlipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alipay.app-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AlipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alipay.app-public-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AlipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alipay.gateway",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AlipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alipay.private-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AlipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alipay.root-cert-path",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AlipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "aliyun.access-key-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AliyunProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "aliyun.access-key-secret",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AliyunProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "aliyun.oss-bucket-name",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AliyunProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "aliyun.oss-domain",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AliyunProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "aliyun.oss-end-point",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.AliyunProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "aliyun.sms-access-key-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "短信密钥id",
|
|
|
- "sourceType": "com.izouma.nineth.config.AliyunProperties",
|
|
|
- "defaultValue": "LTAI5tEL3wr9XeiyseqKLrEK"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "aliyun.sms-access-key-secret",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "短信密钥值",
|
|
|
- "sourceType": "com.izouma.nineth.config.AliyunProperties",
|
|
|
- "defaultValue": "I9JzOThjzeJMcpVf6melaMY3nt7ucU"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "aliyun.sms-code",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "短信模板",
|
|
|
- "sourceType": "com.izouma.nineth.config.AliyunProperties",
|
|
|
- "defaultValue": "SMS_11685095"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "aliyun.sms-sign",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "短信签名",
|
|
|
- "sourceType": "com.izouma.nineth.config.AliyunProperties",
|
|
|
- "defaultValue": "身份验证"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.biz-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "bizId",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties",
|
|
|
- "defaultValue": "a00e36c5"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.broadcast-event-group",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.broadcast-event-topic",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.contract-name",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.create-order-group",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.create-order-topic",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.data-center-id",
|
|
|
- "type": "java.lang.Integer",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties",
|
|
|
- "defaultValue": 0
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.host",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.kms-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "kmsKey",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties",
|
|
|
- "defaultValue": "ydtg$@WZ9NH&EB2e"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.mint-group",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.mint-topic",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.name",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.notify-server",
|
|
|
- "type": "java.lang.Boolean",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties",
|
|
|
- "defaultValue": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.order-notify-group",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.order-notify-topic",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.org",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.short-name",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.update-activity-stock-group",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.update-activity-stock-topic",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "general.worker-id",
|
|
|
- "type": "java.lang.Integer",
|
|
|
- "sourceType": "com.izouma.nineth.config.GeneralProperties",
|
|
|
- "defaultValue": 0
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ikudotpay.gate-way",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "支付网关",
|
|
|
- "sourceType": "com.izouma.nineth.config.IkudotpayProperties",
|
|
|
- "defaultValue": "https:\/\/pay.kudianvip.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ikudotpay.merch-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "商户号",
|
|
|
- "sourceType": "com.izouma.nineth.config.IkudotpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ikudotpay.secret-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "安全密钥",
|
|
|
- "sourceType": "com.izouma.nineth.config.IkudotpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ipfs.host",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "服务地址",
|
|
|
- "sourceType": "com.izouma.nineth.config.IPFSProperties",
|
|
|
- "defaultValue": "172.31.167.5"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ipfs.port",
|
|
|
- "type": "java.lang.Integer",
|
|
|
- "description": "服务端口",
|
|
|
- "sourceType": "com.izouma.nineth.config.IPFSProperties",
|
|
|
- "defaultValue": 5001
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "jwt.expiration",
|
|
|
- "type": "java.lang.Long",
|
|
|
- "sourceType": "com.izouma.nineth.security.JwtConfig"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "jwt.header",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.security.JwtConfig"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "jwt.secret",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.security.JwtConfig"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lianlianpay.connect-timeout",
|
|
|
- "type": "java.lang.Integer",
|
|
|
- "sourceType": "com.izouma.nineth.config.LianlianpayProperties",
|
|
|
- "defaultValue": 3000
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lianlianpay.gate-way",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "网关地址",
|
|
|
- "sourceType": "com.izouma.nineth.config.LianlianpayProperties",
|
|
|
- "defaultValue": "https:\/\/accpapi.lianlianpay.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lianlianpay.mid",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "商户号",
|
|
|
- "sourceType": "com.izouma.nineth.config.LianlianpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lianlianpay.private-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "连连私钥(pkcs8格式)",
|
|
|
- "sourceType": "com.izouma.nineth.config.LianlianpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lianlianpay.public-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "连连公钥(ASN.1)",
|
|
|
- "sourceType": "com.izouma.nineth.config.LianlianpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lianlianpay.socket-timeout",
|
|
|
- "type": "java.lang.Integer",
|
|
|
- "sourceType": "com.izouma.nineth.config.LianlianpayProperties",
|
|
|
- "defaultValue": 8000
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "payeasenet.connect-timeout",
|
|
|
- "type": "java.lang.Integer",
|
|
|
- "sourceType": "com.izouma.nineth.config.PayeasenetProperties",
|
|
|
- "defaultValue": 30000
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "payeasenet.gate-way",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "网关地址",
|
|
|
- "sourceType": "com.izouma.nineth.config.PayeasenetProperties",
|
|
|
- "defaultValue": "https:\/\/apis.5upay.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "payeasenet.merchant-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "商户号",
|
|
|
- "sourceType": "com.izouma.nineth.config.PayeasenetProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "payeasenet.partner-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "服务商ID(可选)",
|
|
|
- "sourceType": "com.izouma.nineth.config.PayeasenetProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "payeasenet.private-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "首信易私钥",
|
|
|
- "sourceType": "com.izouma.nineth.config.PayeasenetProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "payeasenet.private-key-pwd",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "商户私钥密码",
|
|
|
- "sourceType": "com.izouma.nineth.config.PayeasenetProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "payeasenet.public-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "首信易公钥",
|
|
|
- "sourceType": "com.izouma.nineth.config.PayeasenetProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "payeasenet.socket-timeout",
|
|
|
- "type": "java.lang.Integer",
|
|
|
- "sourceType": "com.izouma.nineth.config.PayeasenetProperties",
|
|
|
- "defaultValue": 30000
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "push.app-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "应用ID",
|
|
|
- "sourceType": "com.izouma.nineth.config.PushProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "push.app-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.PushProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "push.master-secret",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.PushProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "push.url",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "推送地址",
|
|
|
- "sourceType": "com.izouma.nineth.config.PushProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "request-cipher.private-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "私钥",
|
|
|
- "sourceType": "com.izouma.nineth.config.RequestCipherProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "request-cipher.private-key-pwd",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "私钥加密时的密码",
|
|
|
- "sourceType": "com.izouma.nineth.config.RequestCipherProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "request-cipher.public-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "公钥",
|
|
|
- "sourceType": "com.izouma.nineth.config.RequestCipherProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.account-gate-way",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "账户操作网关地址",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties",
|
|
|
- "defaultValue": "https:\/\/cap.sandpay.com.cn"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.cfca-private-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "账户服务杉德私钥",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.cfca-private-key-pwd",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "商户私钥密码",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.cfca-public-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "账户服务杉德公钥",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.connect-timeout",
|
|
|
- "type": "java.lang.Integer",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties",
|
|
|
- "defaultValue": 30000
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.fund-gate-way",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "资金操作网关地址",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties",
|
|
|
- "defaultValue": "https:\/\/caspay.sandpay.com.cn"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.gate-way",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "网关地址",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties",
|
|
|
- "defaultValue": "https:\/\/cashier.sandpay.com.cn"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.mid",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "商户号",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.new-gate-way",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "新支付平台网关",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties",
|
|
|
- "defaultValue": "https:\/\/sandcash.mixienet.com.cn"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.new-md5-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "新平台md5签名key",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.new-mer-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "新平台商户密钥",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.pl-mid",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "平台商户号",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.private-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "商户私钥",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.private-key-pwd",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "商户私钥密码",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.public-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "杉德公钥",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.socket-timeout",
|
|
|
- "type": "java.lang.Integer",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties",
|
|
|
- "defaultValue": 30000
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sandpay.version",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "账户交易版本号",
|
|
|
- "sourceType": "com.izouma.nineth.config.SandpayProperties",
|
|
|
- "defaultValue": "v4"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "siweipay.app-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "应用ID",
|
|
|
- "sourceType": "com.izouma.nineth.config.SiweipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "siweipay.app-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "应用密钥",
|
|
|
- "sourceType": "com.izouma.nineth.config.SiweipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "siweipay.base-url",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "基础接口地址",
|
|
|
- "sourceType": "com.izouma.nineth.config.SiweipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "siweipay.debug",
|
|
|
- "type": "java.lang.Boolean",
|
|
|
- "description": "是否调试",
|
|
|
- "sourceType": "com.izouma.nineth.config.SiweipayProperties",
|
|
|
- "defaultValue": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "siweipay.notify-url",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "结果通知地址",
|
|
|
- "sourceType": "com.izouma.nineth.config.SiweipayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sumpay.gate-way",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "网关地址",
|
|
|
- "sourceType": "com.izouma.nineth.config.SumpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sumpay.member-login-password",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "会员登录密码",
|
|
|
- "sourceType": "com.izouma.nineth.config.SumpayProperties",
|
|
|
- "defaultValue": "abc@12345678"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sumpay.member-pay-password",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "会员支付密码",
|
|
|
- "sourceType": "com.izouma.nineth.config.SumpayProperties",
|
|
|
- "defaultValue": "abc@87654321"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sumpay.mer-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "商户号",
|
|
|
- "sourceType": "com.izouma.nineth.config.SumpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sumpay.private-key-path",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "商户私钥文件路径,不需要前缀",
|
|
|
- "sourceType": "com.izouma.nineth.config.SumpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sumpay.private-key-pwd",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "商户私钥密码",
|
|
|
- "sourceType": "com.izouma.nineth.config.SumpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sumpay.public-key-path",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "商盟公钥文件路径,不需要前缀",
|
|
|
- "sourceType": "com.izouma.nineth.config.SumpayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.ma.app-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxMaProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.ma.app-secret",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxMaProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.ma.msg-aes-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxMaProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.ma.msg-format",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxMaProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.ma.msg-token",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxMaProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.mp.aes-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxMpProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.mp.app-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxMpProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.mp.app-secret",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxMpProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.mp.token",
|
|
|
- "type": "java.lang.String",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxMpProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.pay.app-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "设置微信公众号或者小程序等的appid",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxPayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.pay.key-path",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "apiclient_cert.p12文件的绝对路径,或者如果放在项目中,请以classpath:开头指定",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxPayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.pay.mch-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "微信支付商户号",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxPayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.pay.mch-key",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "微信支付商户密钥",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxPayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.pay.sub-app-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "服务商模式下的子商户公众账号ID,普通模式请不要配置,请在配置文件中将对应项删除",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxPayProperties"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wx.pay.sub-mch-id",
|
|
|
- "type": "java.lang.String",
|
|
|
- "description": "服务商模式下的子商户号,普通模式请不要配置,最好是请在配置文件中将对应项删除",
|
|
|
- "sourceType": "com.izouma.nineth.config.WxPayProperties"
|
|
|
- }
|
|
|
- ],
|
|
|
- "hints": []
|
|
|
-}
|