From b0230796df98511fac3820444c87ba0b95bc1d90 Mon Sep 17 00:00:00 2001 From: menxipeng Date: Mon, 21 Jul 2025 22:52:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84c=E7=AB=AF=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/ruoyi/system/config/UmengConfig.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/config/UmengConfig.java b/ruoyi-system/src/main/java/com/ruoyi/system/config/UmengConfig.java index 57936a9..f61e4e4 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/config/UmengConfig.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/config/UmengConfig.java @@ -29,6 +29,15 @@ public class UmengConfig { public static CloseableHttpResponse send(String token,String deviceTypeUp){ + //String umAppkey = null; + //if (deviceTypeUp.equals(DeviceTypeEnum.ANDROID.name())){ + // umAppkey = AliKeyConfig.UMApp_Android_Key; + //}else if (deviceTypeUp.equals(DeviceTypeEnum.IOS.name())){ + // umAppkey = AliKeyConfig.UMApp_IOS_Key; + //} + ////687b2df479267e0210b79b6f + //String appKey = AliKeyConfig.UMApp_AliKey; + //String appSecret = AliKeyConfig.UMApp_AliSecret; if (deviceTypeUp.equals(DeviceTypeEnum.ANDROID.name())){ }