ClickUrl rules
Regular Mini Program URL Protocol
The highlighted portion represents a clickUrl example. Developers only need to configure this part.
MiniShell URL Protocol
The highlighted portion represents a clickUrl example. Developers only need to configure this part.
URL Protocol Table
Parameter Name | Format | Description | Required | Remarks |
---|---|---|---|---|
appId | 10000000 Numeric ID | Mini Program unique identifier | Yes | Case-sensitive |
page | page/index/index | Specifies the Mini Program's entry page | No | |
mode | DEBUG | Debug mode | No | |
query | a%3D1%26b%3D2%26c%3D3 | Parameters passed to the Mini Program and its corresponding page. Must be encoded once. SDK level needs to help with decoding. | No | |
version | 0.0.0 | Version number of the Mini Program dev version | No | |
target | byte: MiniApp launcher: (HiOS launcher /XOS launcher) | The target app to launch | No | |
h5Path | page%2Findex%2Fabout | Path for wrapped Mini Program. Must be encoded once. SDK layer needs to help with decoding. decode | No | Case-sensitive |