| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
…onality Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
This PR implements the WeChat Pay V3 subscription billing functionality (预约扣费功能/连续包月功能) as requested by the community. The subscription billing feature enables merchants to automatically charge users on a recurring basis for services like monthly subscriptions, with proper user authorization.
What's Added
Service Interface
Bean Classes
Complete request/response model classes following WeChat Pay V3 API specification:
Service Implementation
Features Supported
Usage Example
Implementation Details
The implementation follows WeChat Pay V3 API documentation: https://pay.weixin.qq.com/doc/v3/merchant/4012161105
Code Quality
✅ Builds successfully with existing codebase
✅ Passes all checkstyle validations
✅ Follows established architectural patterns
✅ Comprehensive JavaDoc documentation
✅ Proper exception handling
This implementation provides production-ready support for WeChat's subscription billing capabilities while maintaining full compatibility with the existing WxJava architecture.
Fixes #3593.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.