1234567891011121314151617 |
- //
- // QNConfig.h
- // QiniuSDK
- //
- // Created by yangsen on 2020/3/26.
- // Copyright © 2020 Qiniu. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- //MARK: -- 内部布置 尽量不要修改
- #define kQNPreQueryHost00 @"uc.qbox.me"
- #define kQNPreQueryHost01 @"api.qiniu.com"
- #define kQNPreQueryHost02 @"kodo-config.qiniuapi.com"
- #define kQNPreQueryHosts @[kQNPreQueryHost00, kQNPreQueryHost02, kQNPreQueryHost01]
- #define kQNUpLogHost @"uplog.qbox.me"
|