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
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
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
33.1k
Code
Issues
3
Pull requests
4
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
增加XML转换的快速模式,发送请求以及组装响应对象的时候,不再依赖java的反射机制。
- #1390
#1390
Merged
binarywang
merged 7 commits into
binarywang:develop
binarywang/WxJava:develop
from
outersky:develop
Copy head branch name to clipboard
Jan 28, 2020
Conversation
Commits
7
(7)
Checks
Files changed
Merged
增加XML转换的快速模式,发送请求以及组装响应对象的时候,不再依赖java的反射机制。
#1390
binarywang
merged 7 commits into
binarywang:develop
binarywang/WxJava:develop
from
outersky:develop
Copy head branch name to clipboard
Commits
Commits on Jan 28, 2020
增加XML的快速模式,发送请求以及组装响应对象的时候,不再依赖java的反射机制。
Show description for df72cd1
outersky
committed
df72cd1
View commit details
Copy full SHA for df72cd1
Browse repository at this point
clean code
outersky
committed
14d03fa
View commit details
Copy full SHA for 14d03fa
Browse repository at this point
标记 xmlDoc 为 transient 否则toString()方法中Gson可能会堆栈溢出
outersky
committed
9425e46
View commit details
Copy full SHA for 9425e46
Browse repository at this point
完成大多数BaseWxPayResult子类的改造。还有 notify.*Result下面留了两个TODO需要处理。
outersky
committed
a6db7a6
View commit details
Copy full SHA for a6db7a6
Browse repository at this point
toXML时遗漏了sign参数
outersky
committed
95f0e2a
View commit details
Copy full SHA for 95f0e2a
Browse repository at this point
使用dom4j简化了toXML,同时根据本版本构建native-image的demo已经提交: https://github.com/outersky/wx-micronaut-graal.git 供参考。
outersky
committed
b6c9ada
View commit details
Copy full SHA for b6c9ada
Browse repository at this point
完成了最后两个Result的xml解析。
outersky
committed
cee7d20
View commit details
Copy full SHA for cee7d20
Browse repository at this point
You can’t perform that action at this time.