RDSConfig.h 803 B

123456789101112131415161718192021222324252627282930313233
  1. //
  2. // RDSConfig.h
  3. // singleProduct
  4. //
  5. // Created by coderYK on 2018/4/26.
  6. // Copyright © 2018年 coderYK. All rights reserved.
  7. //
  8. #ifndef RDSConfig_h
  9. #define RDSConfig_h
  10. #define kUserAgreement @"https://app.yongxulvjian.com/ServiceAgreement"
  11. #define kPrivacyPolicy @"https://app.yongxulvjian.com/PrivacyPolicy"
  12. #define kHelpList @"https://app.yongxulvjian.com/HelpList"
  13. #define kAppIdOnAppStore @"1665374482" // 用于检测更新
  14. // 测试环境
  15. #define kBaseUrlHost_test @"http://yongxu.yehaoji.cn:8199/api/v1" // API地址
  16. #define kBaseUrlHeadImg_test @"http://yongxu.yehaoji.cn:18199" // 头像地址
  17. // 生产环境
  18. #define kBaseUrlHost @"https://app.yongxulvjian.com/api/v1"
  19. #define kBaseUrlHeadImg @"https://app.yongxulvjian.com"
  20. #endif /* RDSConfig_h */