解决了语音上传到问题,接下来要解决下载播放问题
This commit is contained in:
18
Pods/Qiniu/QiniuSDK/Common/QNConfig.h
generated
Normal file
18
Pods/Qiniu/QiniuSDK/Common/QNConfig.h
generated
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// QNConfig.h
|
||||
// QiniuSDK
|
||||
//
|
||||
// Created by yangsen on 2020/3/26.
|
||||
// Copyright © 2020 Qiniu. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
//MARK: -- 内部布置 尽量不要修改
|
||||
#define kQNPreQueryHost00 @"uc.qiniuapi.com"
|
||||
#define kQNPreQueryHost01 @"kodo-config.qiniuapi.com"
|
||||
#define kQNPreQueryHost02 @"uc.qbox.me"
|
||||
#define kQNPreQueryHost03 @"api.qiniu.com"
|
||||
#define kQNPreQueryHosts @[kQNPreQueryHost00, kQNPreQueryHost01, kQNPreQueryHost02]
|
||||
|
||||
#define kQNUpLogHost @"uplog.qbox.me"
|
||||
Reference in New Issue
Block a user