From 1666d6cf2434cbc96d542682a435a6705859dff2 Mon Sep 17 00:00:00 2001 From: joywayer Date: Sun, 15 Jun 2025 13:19:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AD=E9=9F=B3=E9=97=AE=E9=A2=98=E5=B7=B2?= =?UTF-8?q?=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- msext/Class/RootVC/gameController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msext/Class/RootVC/gameController.m b/msext/Class/RootVC/gameController.m index 7ab58af..bf18cbf 100755 --- a/msext/Class/RootVC/gameController.m +++ b/msext/Class/RootVC/gameController.m @@ -2277,7 +2277,7 @@ } else { // 上传成功,获取文件URL NSString *fileUrl = [[QiniuManager sharedManager] getFileUrlWithKey:key]; - NSString *audiourl=[NSString stringWithFormat:@"%@/%@",kQiniuDomain,uniqueFileName]; + NSString *audiourl=[NSString stringWithFormat:@"%@%@/%@",@"http://",kQiniuDomain,uniqueFileName]; [_bridge callHandler:@"getaudiourl" data:@{ @"audiourl":audiourl,@"time":[NSString stringWithFormat:@"%ld",(long)time]} ]; NSLog(@"七牛云上传成功,文件URL: %@", fileUrl);