English
AppLink Structure
About 207 wordsLess than 1 minute
2026-04-08
The AppLink protocol is used to open Fxiaoke or a specific page inside the app.
Protocol Structure
https://{tenant-host}/fsh5/applink/arouseFsApp/index.html?bizPath=fslink&bizData={app_params}&webData={web_params}
| Part | Description |
|---|---|
| scheme | Fixed value: https |
| host | The current tenant domain. Check it from the browser URL after signing in to the tenant |
| path | Fixed value: fsh5/applink/arouseFsApp/index.html |
| query | Parameters for the target page. See details below |
Query parameters
| Parameter | Description |
|---|---|
| bizPath | Fixed value: fslink |
| bizData | Mobile-side navigation parameters. URL encoding is required |
| webData | Web-side navigation parameters. URL encoding is required |
[!NOTE]
- All parameter keys and values must be URL encoded
hostis not a fixed value. Different tenants may use different domains. Use the domain shown in the browser address bar after sign-in
Protocol Capability
When AppLink is opened outside Fxiaoke, such as in a browser, users who have not installed the app are first taken to a guide page where they can download the app or open the related feature directly.
Because the real navigation flow may go through an intermediate page before the user continues, AppLink is not suitable as a direct deep-link protocol for SSO scenarios that require landing on the final target page immediately.
