增加下载默认参数
site-dist-deploy / build-and-deploy (push) Successful in 1m29s

This commit is contained in:
2026-05-05 04:51:00 +03:00
parent 4297d5fd29
commit a19ef7c7ab
+4 -4
View File
@@ -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()