feat(miniapp): 新增 URL Link 二维码快速跳转规则管理服务#4040
Draft
Copilot wants to merge 2 commits into
Draft
Conversation
Copilot
AI
changed the title
[WIP] Add qrcode jump management methods to WxMpQrcodeService
feat(miniapp): 新增 URL Link 二维码快速跳转规则管理服务
Jun 1, 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.
本次改动延续分支任务,补齐小程序 URL Link 二维码快速跳转规则管理能力。目标是将官方
wxaqrcodefast相关接口在 miniapp SDK 中完整落地,包含服务入口、请求/响应模型与调用实现。接口能力补齐(服务层)
WxMaQrcodeJumpService,提供:addRulegetRulesgetRuleListdeleteRuleWxMaQrcodeJumpServiceImpl,对接官方快速跳转规则管理接口。SDK 主服务集成
WxMaService增加getQrcodeJumpService()。BaseWxMaServiceImpl挂载qrcodeJumpService实例并暴露 getter,保持与现有 service 获取模式一致。API 常量与数据模型
WxMaApiUrlConstants增加QrcodeJump常量组:QRCODE_JUMP_ADDQRCODE_JUMP_GETQRCODE_JUMP_GET_LISTQRCODE_JUMP_DELETEWxMaQrcodeJumpRuleWxMaQrcodeJumpWxaItemWxMaQrcodeJumpRuleListResponse单元测试
WxMaQrcodeJumpServiceImplTest,覆盖: