|
|
@@ -171,7 +171,7 @@
|
|
|
model.audioId = i;//****重要。AudioId从0开始,仅标识当前音频在数组中的位置。
|
|
|
|
|
|
NSString *filePath = yourModel.path;
|
|
|
- NSString *urlStr = ksharedAppDelegate.NASFileService;
|
|
|
+ NSString *urlStr = ksharedAppDelegate.NASFileByBoxService;
|
|
|
|
|
|
//filePath = [filePath stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
|
|
|
NSString *fileUrl = [[NSString alloc] initWithFormat:@"%@getFile?path=%@",urlStr,filePath];
|
|
|
@@ -183,8 +183,11 @@
|
|
|
//fileUrl = @"https://www.cambridgeenglish.org/images/506891-a2-key-for-schools-listening-sample-test.mp3";
|
|
|
//fileUrl = @"http://downsc.chinaz.net/Files/DownLoad/sound1/201906/11582.mp3";
|
|
|
//fileUrl = @"http://downsc.chinaz.net/files/download/sound1/201206/1638.mp3";
|
|
|
- fileUrl =@"http://192.168.11.248:9888/getFile?path=/storage/C47D-46D2/audioTest/jiajiaeeyinyue.mp3";
|
|
|
-
|
|
|
+ //fileUrl =@"http://192.168.11.248:9888/getFile?path=/storage/C47D-46D2/audioTest/jiajiaeeyinyue.mp3";
|
|
|
+ //fileUrl =@"http://transfertest.armclouding.com:21025/getFiles/L3N0b3JhZ2UvZW11bGF0ZWQvMC9NdXNpYy9hYmMubXAz";
|
|
|
+ fileUrl =@"http://transfertest.armclouding.com:21025/test/abc/abc.mp3";
|
|
|
+ //fileUrl =@"http://transfertest.armclouding.com:21025/getFiles/L3N0b3JhZ2UvZW11bGF0ZWQvMC9NdXNpYy9hYmMubXAz";
|
|
|
+
|
|
|
// fileUrl = @"http://transfertest.armclouding.com:10001/getFile?path=/storage/6C07-E638/miniType/%E9%9F%B3%E9%A2%91%E6%A0%BC%E5%BC%8Fing/jiajiaeeyinyue.mp3";
|
|
|
// fileUrl = [fileUrl stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
|
|
|
|