QNConfig.h 463 B

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