完善c端接口

This commit is contained in:
menxipeng
2025-07-21 22:52:50 +08:00
parent ddb2745a50
commit b0230796df

View File

@@ -29,6 +29,15 @@ public class UmengConfig {
public static CloseableHttpResponse send(String token,String deviceTypeUp){ 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())){ if (deviceTypeUp.equals(DeviceTypeEnum.ANDROID.name())){
} }