RDSConfig.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  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 kDeviceH5Url @"https://app.yongxulvjian.com/#/deviceManage/"
  14. #define kAppIdOnAppStore @"1665374482" // 用于检测更新
  15. // 测试环境
  16. #define kBaseUrlHost_test @"http://yongxu.yehaoji.cn:8199/api/v1" // API地址
  17. #define kBaseUrlHeadImg_test @"http://yongxu.yehaoji.cn:18199" // 头像地址
  18. //#define kBaseUrlHost_test @"http://114.115.251.196:8299/api/v1" // API地址
  19. // 生产环境
  20. #define kBaseUrlHost @"https://app.yongxulvjian.com/api/v1"
  21. #define kBaseUrlHeadImg @"https://app.yongxulvjian.com"
  22. //#define kBaseUrlHost @"http://114.115.251.196:8299/api/v1"
  23. //#define kBaseUrlHeadImg @"http://yongxu.yehaoji.cn:18199"
  24. #endif /* RDSConfig_h */