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