|
|
@@ -0,0 +1,117 @@
|
|
|
+{
|
|
|
+ "groups": [
|
|
|
+ {
|
|
|
+ "name": "pay.alipay",
|
|
|
+ "type": "com.nju.edu.pay.configuration.AlipayProperties",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "root",
|
|
|
+ "type": "com.nju.edu.pay.configuration.RootProperties",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.RootProperties"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "properties": [
|
|
|
+ {
|
|
|
+ "name": "pay.alipay.alipay-public-key",
|
|
|
+ "type": "java.lang.String",
|
|
|
+ "description": "支付宝RSA公钥,用于验签支付宝应答",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pay.alipay.app-private-key",
|
|
|
+ "type": "java.lang.String",
|
|
|
+ "description": "RSA私钥,用于对商户请求报文加签",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pay.alipay.appid",
|
|
|
+ "type": "java.lang.String",
|
|
|
+ "description": "商户应用id",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pay.alipay.cancel-duration",
|
|
|
+ "type": "java.lang.Long",
|
|
|
+ "description": "撤销间隔(毫秒)",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties",
|
|
|
+ "defaultValue": 3000
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pay.alipay.charset",
|
|
|
+ "type": "java.lang.String",
|
|
|
+ "description": "编码",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties",
|
|
|
+ "defaultValue": "UTF-8"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pay.alipay.formate",
|
|
|
+ "type": "java.lang.String",
|
|
|
+ "description": "格式",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties",
|
|
|
+ "defaultValue": "json"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pay.alipay.gateway-url",
|
|
|
+ "type": "java.lang.String",
|
|
|
+ "description": "支付宝gatewayUrl",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pay.alipay.max-cancel-retry",
|
|
|
+ "type": "java.lang.Integer",
|
|
|
+ "description": "最大撤销次数",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties",
|
|
|
+ "defaultValue": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pay.alipay.max-query-retry",
|
|
|
+ "type": "java.lang.Integer",
|
|
|
+ "description": "最大查询次数",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties",
|
|
|
+ "defaultValue": 5
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pay.alipay.notify-url",
|
|
|
+ "type": "java.lang.String",
|
|
|
+ "description": "异步地址",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pay.alipay.query-duration",
|
|
|
+ "type": "java.lang.Long",
|
|
|
+ "description": "查询间隔(毫秒)",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties",
|
|
|
+ "defaultValue": 5000
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pay.alipay.seller-id",
|
|
|
+ "type": "java.lang.String",
|
|
|
+ "description": "商家id",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pay.alipay.sign-type",
|
|
|
+ "type": "java.lang.String",
|
|
|
+ "description": "签名类型",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.AlipayProperties",
|
|
|
+ "defaultValue": "RSA2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "root.name",
|
|
|
+ "type": "java.lang.String",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.RootProperties"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "root.password",
|
|
|
+ "type": "java.lang.String",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.RootProperties"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "root.phone",
|
|
|
+ "type": "java.lang.String",
|
|
|
+ "sourceType": "com.nju.edu.pay.configuration.RootProperties"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "hints": []
|
|
|
+}
|