From 9388826cd88db13d33f227a8a7ad646039ac4656 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Wed, 18 Dec 2024 17:34:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=8B=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 9b80878..26f7d23 100644 --- a/main.js +++ b/main.js @@ -29,7 +29,7 @@ QDTracker.init({ // kfuin: 2852150212, appkey: '0MA006654M5XP4YR', // 上面第二步里新增的appKey application: '同里', // 小程序名称 - apiHost: 'https://qidian.tongli.net', // 接口请求域名,请联系项目交付同事提供上报域名。 + apiHost: 'https://event.tongli.net', // 接口请求域名,请联系项目交付同事提供上报域名。 apiMethod: 'post', encryptMode: 'close', // 加密模式 close-关闭 default-base64 aes-aes加密 // useId: false, //设置为true后。微信,百度需上报openid,支付宝需上报aliUserId。已废弃,可忽略。