BUG:appsetting.json 中以 Items:[] 方式多配置时,不支持 EncryptionType

Author: dodu2014Created Mar 16, 2026Updated Jul 30, 2026
json
"Items": {
  "test1": {
    // ...
    "EncryptionType": "RSA"
  }
},

使用微信支付v3时,需要读取 EncryptionType 配置,可这种方式不支持,读取到 EncryptionType 的值为 null