mtoapp
v1.0.10
Published
H5 open app
Downloads
1
Readme
Usage
import { openApp } from 'mtoapp'
/**
* optionals
* @type {{schema: string, android_download_url: string, ios_download_url: string, ios_key: string, android_key: string}}
*/
const options = {
url: '',
ios_key: '',
android_key: '',
ios_download_url: '',
android_download_url: '',
}
openApp(options)