jiangping
2024-01-05 2c4cfb7ed1ece6c3b80f7d551a267e9367ddb12b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
  "groups": [
    {
      "name": "wx.pay",
      "type": "com.doumee.core.wx.WxPayProperties",
      "sourceType": "com.doumee.core.wx.WxPayProperties"
    }
  ],
  "properties": [
    {
      "name": "wx.pay.app-id",
      "type": "java.lang.String",
      "description": "AppID",
      "sourceType": "com.doumee.core.wx.WxPayProperties"
    },
    {
      "name": "wx.pay.app-secret",
      "type": "java.lang.String",
      "description": "AppSecret",
      "sourceType": "com.doumee.core.wx.WxPayProperties"
    },
    {
      "name": "wx.pay.key-path",
      "type": "java.lang.String",
      "description": "支付证书(p12)",
      "sourceType": "com.doumee.core.wx.WxPayProperties"
    },
    {
      "name": "wx.pay.mch-id",
      "type": "java.lang.String",
      "description": "微信商户号",
      "sourceType": "com.doumee.core.wx.WxPayProperties"
    },
    {
      "name": "wx.pay.mch-key",
      "type": "java.lang.String",
      "description": "支付API密钥",
      "sourceType": "com.doumee.core.wx.WxPayProperties"
    },
    {
      "name": "wx.pay.notify-url",
      "type": "java.lang.String",
      "description": "支付回调地址",
      "sourceType": "com.doumee.core.wx.WxPayProperties"
    }
  ],
  "hints": []
}