This commit is contained in:
@@ -23,11 +23,11 @@ class OpenInstallSdk {
|
||||
constructor() {
|
||||
this.OI = {}
|
||||
this.urlQuery = window.OpenInstall.parseUrlParams()
|
||||
const id = getAllQueryString('id')
|
||||
if (id) {
|
||||
const ic = getAllQueryString('ic') || 'uSSfgY6oAP'
|
||||
if (ic) {
|
||||
this.urlQuery = {
|
||||
platform: 'merchant',
|
||||
code: id,
|
||||
platform: 'download',
|
||||
code: ic,
|
||||
}
|
||||
}
|
||||
this.init()
|
||||
|
||||
Reference in New Issue
Block a user