From a19ef7c7ab5a296c95db1b351fde482946af189f Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Tue, 5 May 2026 04:51:00 +0300 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=8B=E8=BD=BD=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/openinstall.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utils/openinstall.ts b/src/utils/openinstall.ts index 648ef8d..acf4c3c 100644 --- a/src/utils/openinstall.ts +++ b/src/utils/openinstall.ts @@ -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()