feat: integrate Weixin Mini Program support into messaging system - #676
Merged
Conversation
wzh425
commented
Jul 20, 2026
Contributor
- Added WeixinMiniProgram channel type to the system, enabling support for sending messages through Weixin Mini Program.
- Updated various services and DTOs to handle Weixin Mini Program specific logic, including validation rules and message handling.
- Enhanced the McCaller class to include WeixinMiniProgramTemplateService for managing templates specific to the Weixin Mini Program.
- Implemented localization strings for Weixin Mini Program specific messages in both English and Chinese.
- Updated project references and solution configurations to include the new Weixin Mini Program infrastructure.
- Refactored existing message handling logic to accommodate the new channel type, ensuring robust processing and validation for Weixin Mini Program messages.
…d event triggering - Added logic to trigger an UpdateMessageTaskHistoryStatusEvent when a message record is created with a non-empty MessageTaskHistoryId. - Updated the database index for MessageRecords to include both MessageTaskHistoryId and Success for improved query performance. - Created a new migration to reflect the changes in the database schema, ensuring the integrity of the message record history.
- Added WeixinMiniProgram channel type to the system, enabling support for sending messages through Weixin Mini Program. - Updated various services and DTOs to handle Weixin Mini Program specific logic, including validation rules and message handling. - Enhanced the McCaller class to include WeixinMiniProgramTemplateService for managing templates specific to the Weixin Mini Program. - Implemented localization strings for Weixin Mini Program specific messages in both English and Chinese. - Updated project references and solution configurations to include the new Weixin Mini Program infrastructure. - Refactored existing message handling logic to accommodate the new channel type, ensuring robust processing and validation for Weixin Mini Program messages.
|
MayueCif
approved these changes
Jul 20, 2026
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.

