修复 fullPublicKeyModel 配置在 Spring Boot Starter 和 Solon 插件中无效的问题 #3785
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fullPublicKeyModel和strictlyNeedWechatPaySerial配置项在 Spring Boot Starter 和 Solon 插件中缺失,导致用户通过配置文件设置完全公钥模式后仍会调用平台证书下载接口。修复内容
Spring Boot Starter (
wx-java-pay-spring-boot-starter)WxPayProperties添加strictlyNeedWechatPaySerial和fullPublicKeyModel属性WxPayAutoConfiguration添加属性到WxPayConfig的映射Solon 插件 (
wx-java-pay-solon-plugin)WxPayProperties添加缺失的配置项:notifyUrl、payScorePermissionNotifyUrl、publicKeyId、publicKeyPath、apiHostUrl、strictlyNeedWechatPaySerial、fullPublicKeyModelWxPayAutoConfiguration添加所有新属性的映射使用示例
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.