BUG:在 appsetting.json 中以 Items:[] 的方式进行多配置时,不支持 EncryptionType
作者: dodu2014创建于 2026年3月16日更新于 2026年7月30日
json "Items": { "test1": { // ... "EncryptionType": "RSA" } }, 使用微信支付v3 时,需要读取 EncryptionType 配置,但这种方式不支持,读取到的 EncryptionType 值为 null
内容来源: JeffreySu/WeiXinMPSDK