|
@@ -90,13 +90,13 @@ isBangsScreen; \
|
|
|
//创维盒子 测试地址
|
|
|
#define CloudService @"http://14.18.190.141:1801"
|
|
|
#define shareService @"http://testprivacy.phone.armclouding.com:1801/h5/#/pages/fileSharing/index?productType=Private-X&token="
|
|
|
+#define NASService [NSString stringWithFormat:@"http://%@:9888",[connectDeviceManager shareInstance].DeviceThirdIdMod.data.ip];
|
|
|
+//#define NASService [NSString stringWithFormat:@"http://%@:9888",@"192.168.11.248"]
|
|
|
+
|
|
|
|
|
|
//生产环境
|
|
|
//#define CloudService @"http://hiboxde.armclouding.com:7780"
|
|
|
|
|
|
-//#define NASService [NSString stringWithFormat:@"http://%@:9888",[connectDeviceManager shareInstance].DeviceThirdIdMod.data.ip];
|
|
|
-#define NASService [NSString stringWithFormat:@"http://%@:9888",@"192.168.11.248"]
|
|
|
-
|
|
|
|
|
|
#define AESCODEKEEYY @"fvO8gAfNSr1tbdQe"
|
|
|
|