feat:修改七牛云上传下载路径读取 qiniudomain文件夹下的子文件夹名称

This commit is contained in:
joywayer
2026-02-11 20:59:20 +08:00
parent 7ee8413a3e
commit 09353155ec
7 changed files with 57 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
#import <objc/runtime.h>
#import <CommonCrypto/CommonHMAC.h>
#import <CommonCrypto/CommonDigest.h>
#import "FuncPublic.h"
@implementation QiniuManager
@@ -192,7 +193,8 @@
}
- (NSString *)getFileUrlWithKey:(NSString *)key {
return [NSString stringWithFormat:@"%@/%@", kQiniuDomain, key];
// AppDelegatekQiniuDomain
return [NSString stringWithFormat:@"http://%@/%@", kQiniuDomain, key];
}
#pragma mark - Private Methods