Add mobile app development documentation to clarify module usage#3730
Merged
binarywang merged 2 commits intodevelopfrom Oct 3, 2025
Merged
Conversation
Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] 开放平台移动应用开发是选择哪个模块呢?
Add mobile app development documentation to clarify module usage
Oct 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
This PR addresses issue #[issue_number] where users were confused about which module to use for mobile application development on WeChat Open Platform.
Problem
Users developing mobile applications (iOS/Android apps) that need to integrate WeChat features (login, sharing, payment) were unclear about:
weixin-java-openmodule relates to mobile app integrationThe confusion stemmed from the fact that "微信开放平台" (WeChat Open Platform) is where mobile applications are registered, but the
weixin-java-openmodule's primary purpose wasn't clearly documented.Solution
Added comprehensive documentation to clarify the module usage and mobile app integration approach:
Main README.md
weixin-java-openmodule for server-side OAuth authorizationweixin-java-paymoduleweixin-java-openis primarily for third-party platforms managing multiple Official Accounts/Mini Programsweixin-java-open/README.md
Key Points
WxJava is a server-side SDK - mobile apps need both:
weixin-java-openfor OAuth,weixin-java-payfor payments)No separate mobile module needed - mobile app developers should use existing modules:
weixin-java-openfor WeChat Login OAuth on backendweixin-java-payfor payment processing on backendClear documentation helps users understand the architecture and choose the right modules
Testing
mvn clean compile -DskipTests=truemvn checkstyle:checkThis is a documentation-only change with no impact on existing functionality.
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.