完善c端接口
This commit is contained in:
@@ -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())){
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user