Utilities
🔗 Deep Links
Creating and using deep links
The deep link general structure is as follows
qicardwallet://qicard/deeplink.htm?action=<action-name>&<action parameters>
H5 Deeplink Format
For opening H5 Miniapps and passing data to them, use the following structure
qicardwallet://qicard/deeplink.htm?action=miniapp&miniappId=[0]&_griver_appended_url_part=[1]
Fields explanation
- Use the Miniapp ID, obtained from the Miniapps console.
- This part consists of the URL path, query string and fragment
DSL Deeplink Format
WIP