|
@@ -308,6 +308,10 @@
|
|
|
{
|
|
|
//http://transfer.armclouding.com:10012/getFile?path=/sdcard/Download/mmexport1712039794930_4124382.png
|
|
|
|
|
|
+ if([connectDeviceManager shareInstance].isPingOk){
|
|
|
+ return [NSString stringWithFormat:@"http://%@:9888/",[connectDeviceManager shareInstance].DeviceThirdIdMod.data.ip];
|
|
|
+ }
|
|
|
+
|
|
|
if(_NASMsgMod){
|
|
|
if([_NASMsgMod.data.domainName rangeOfString:@"http"].location != NSNotFound){
|
|
|
return [[NSString alloc] initWithFormat:@"%@:%@/",_NASMsgMod.data.domainName,_NASMsgMod.data.port];
|