spring-configuration-metadata.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "groups": [
  3. {
  4. "name": "wxpay",
  5. "type": "com.ruoyi.web.core.config.WxPayProperties",
  6. "sourceType": "com.ruoyi.web.core.config.WxPayProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "wxpay.api-v3-key",
  12. "type": "java.lang.String",
  13. "sourceType": "com.ruoyi.web.core.config.WxPayProperties"
  14. },
  15. {
  16. "name": "wxpay.app-id",
  17. "type": "java.lang.String",
  18. "description": "设置微信公众号或者小程序等的appid",
  19. "sourceType": "com.ruoyi.web.core.config.WxPayProperties"
  20. },
  21. {
  22. "name": "wxpay.key-path",
  23. "type": "java.lang.String",
  24. "description": "apiclient_cert.p12文件的绝对路径,或者如果放在项目中,请以classpath:开头指定",
  25. "sourceType": "com.ruoyi.web.core.config.WxPayProperties"
  26. },
  27. {
  28. "name": "wxpay.mch-id",
  29. "type": "java.lang.String",
  30. "description": "微信支付商户号",
  31. "sourceType": "com.ruoyi.web.core.config.WxPayProperties"
  32. },
  33. {
  34. "name": "wxpay.mch-key",
  35. "type": "java.lang.String",
  36. "description": "微信支付商户密钥",
  37. "sourceType": "com.ruoyi.web.core.config.WxPayProperties"
  38. },
  39. {
  40. "name": "wxpay.sub-app-id",
  41. "type": "java.lang.String",
  42. "description": "服务商模式下的子商户公众账号ID,普通模式请不要配置,请在配置文件中将对应项删除",
  43. "sourceType": "com.ruoyi.web.core.config.WxPayProperties"
  44. },
  45. {
  46. "name": "wxpay.sub-mch-id",
  47. "type": "java.lang.String",
  48. "description": "服务商模式下的子商户号,普通模式请不要配置,最好是请在配置文件中将对应项删除",
  49. "sourceType": "com.ruoyi.web.core.config.WxPayProperties"
  50. }
  51. ],
  52. "hints": []
  53. }