工具大全 ToolBox — 免费在线工具箱
200+ 免费在线工具,纯前端本地运行,数据不上传服务器。
i关于本工具
用途说明
DeepLink / App Scheme 唤起测试器用于移动端路由联调:结构化填写 Scheme 或 Universal Link、Path 与参数,自动拼接与 URL 编码,实时生成可扫码的测试二维码,减少手写长链接导致的漏符号、编码错误与真机验证反复成本。
使用步骤
- 选择模式:App Scheme(如 mhouse://)或 Universal / App Link(HTTPS)。
- 填写 Path/Host,并在参数区按 Key/Value 新增、删除调试字段。
- 查看实时预览链接,确认编码后再复制给同事或贴到测试文档。
- 电脑端生成二维码后,用 iOS/Android 真机扫码验证 App 页面落点与参数解析。
常见问题
为什么不是普通二维码工具就够了?
普通二维码工具只负责“把文本变成码”;本工具负责“结构化构造并校验 DeepLink”,自动处理参数拼接与编码,减少语法错误。
网页点击“尝试打开”一定能唤起 App 吗?
不一定。是否成功受系统、浏览器与是否安装 App 影响;微信等内置浏览器可能限制唤起,建议同时做扫码与系统浏览器验证。
参数里的中文、空格、&、= 会出问题吗?
开启自动编码后会使用 URL Encode 处理常见特殊字符,显著降低参数截断或解析失败风险。
能用于推送通知链接联调吗?
可以。可先在此验证 push url 的路由与参数,再同步给客户端或测试平台做链路回归。
上文已说明该工具是本地处理还是会调用第三方接口,请按场景选用。
What it is for
DeepLink / App Scheme Launch Tester is a mobile routing workbench: build Scheme or Universal/App Link URLs with structured fields, auto-encode query params, and generate QR for real-device verification. It removes fragile hand-written URL assembly from daily QA workflows.
How to use
- Choose mode: App Scheme (e.g., mhouse://) or Universal/App Link (HTTPS).
- Fill path/host and add key-value params with dynamic rows.
- Review the live URL preview and copy it to docs, chats, or test cases.
- Generate QR on desktop, then scan on iOS/Android to verify landing page and param parsing.
FAQ
Why not use a generic QR generator only?
A generic QR tool only converts text to an image. This tester also structures, validates, and encodes DeepLink payloads to avoid syntax and parameter mistakes.
Will the in-page “Try Open” always launch the app?
No. Launch success depends on OS, browser policy, and app installation. In-app browsers may block schemes, so test with QR and system browsers too.
How are special characters handled in params?
With auto-encode enabled, values are URL-encoded to reduce truncation and parsing failures for spaces, unicode, &, =, and #.
Can this help push-notification route testing?
Yes. Validate route + payload here first, then reuse the verified URL in push templates and regression suites.
Processing notes above describe whether work stays in your browser or calls third-party APIs.
404
工具不存在或链接有误。