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())){ }