Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
binarywang
/
WxJava
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
9.1k
Star
33k
Code
Issues
12
Pull requests
12
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
修复 RsaCryptoUtil 无法加密继承字段和嵌套对象的问题
- #3841
#3841
Merged
binarywang
merged 9 commits into
develop
binarywang/WxJava:develop
from
copilot/fix-rsa-encryption-bug
binarywang/WxJava:copilot/fix-rsa-encryption-bug
Copy head branch name to clipboard
Jan 15, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
修复 RsaCryptoUtil 无法加密继承字段和嵌套对象的问题
#3841
binarywang
merged 9 commits into
develop
binarywang/WxJava:develop
from
copilot/fix-rsa-encryption-bug
binarywang/WxJava:copilot/fix-rsa-encryption-bug
Copy head branch name to clipboard
Commits
Commits on Jan 9, 2026
Initial plan
Copilot
committed
8c23292
View commit details
Copy full SHA for 8c23292
Browse repository at this point
创建初始计划
Show description for 89572f0
Copilot
and
binarywang
committed
89572f0
View commit details
Copy full SHA for 89572f0
Browse repository at this point
添加测试以验证加密逻辑
Show description for ccd1936
Copilot
and
binarywang
committed
ccd1936
View commit details
Copy full SHA for ccd1936
Browse repository at this point
修复 RsaCryptoUtil 以支持继承字段的加密
Show description for 6a9d6c6
Copilot
and
binarywang
committed
6a9d6c6
View commit details
Copy full SHA for 6a9d6c6
Browse repository at this point
修复代码风格:使用合适的导入而不是完全限定类名
Show description for f048e7c
Copilot
and
binarywang
committed
f048e7c
View commit details
Copy full SHA for f048e7c
Browse repository at this point
性能优化:改进 getAllFields 方法的效率并避免遍历 Object 类
Show description for 9b23730
Copilot
and
binarywang
committed
9b23730
View commit details
Copy full SHA for 9b23730
Browse repository at this point
Commits on Jan 14, 2026
Update weixin-java-pay/src/main/java/com/github/binarywang/wxpay/v3/util/RsaCryptoUtil.java
Show description for 487e197
binarywang
and
Copilot
authored
487e197
View commit details
Copy full SHA for 487e197
Browse repository at this point
Update weixin-java-pay/src/test/java/com/github/binarywang/wxpay/v3/util/RsaCryptoUtilTest.java
Show description for a256272
binarywang
and
Copilot
authored
a256272
View commit details
Copy full SHA for a256272
Browse repository at this point
清理测试代码:移除调试输出,使用反射调用生产代码,添加 @Override 注解
Show description for bd0ba53
Copilot
and
binarywang
committed
bd0ba53
View commit details
Copy full SHA for bd0ba53
Browse repository at this point
You can’t perform that action at this time.