解决了语音上传到问题,接下来要解决下载播放问题
This commit is contained in:
29
Pods/Qiniu/QiniuSDK/Http/Request/QNUploadRequestInfo.m
generated
Normal file
29
Pods/Qiniu/QiniuSDK/Http/Request/QNUploadRequestInfo.m
generated
Normal file
@@ -0,0 +1,29 @@
|
||||
//
|
||||
// QNUploadRequestInfo.m
|
||||
// QiniuSDK_Mac
|
||||
//
|
||||
// Created by yangsen on 2020/5/13.
|
||||
// Copyright © 2020 Qiniu. All rights reserved.
|
||||
//
|
||||
|
||||
#import "QNUploadRequestInfo.h"
|
||||
|
||||
@implementation QNUploadRequestInfo
|
||||
|
||||
- (BOOL)shouldReportRequestLog{
|
||||
return ![self.requestType isEqualToString:QNUploadRequestTypeUpLog];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
NSString * const QNUploadRequestTypeUCQuery = @"uc_query";
|
||||
NSString * const QNUploadRequestTypeForm = @"form";
|
||||
NSString * const QNUploadRequestTypeMkblk = @"mkblk";
|
||||
NSString * const QNUploadRequestTypeBput = @"bput";
|
||||
NSString * const QNUploadRequestTypeMkfile = @"mkfile";
|
||||
NSString * const QNUploadRequestTypeInitParts = @"init_parts";
|
||||
NSString * const QNUploadRequestTypeUploadPart = @"upload_part";
|
||||
NSString * const QNUploadRequestTypeCompletePart = @"complete_part";
|
||||
NSString * const QNUploadRequestTypeServerConfig = @"server_config";
|
||||
NSString * const QNUploadRequestTypeServerUserConfig = @"server_user_config";
|
||||
NSString * const QNUploadRequestTypeUpLog = @"uplog";
|
||||
Reference in New Issue
Block a user