RDSConfig.h 935 B

1234567891011121314151617181920212223242526272829303132333435
  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. #define kBaseUrlHost @"http://114.115.251.196:8299/api/v1"
  21. #define kBaseUrlHeadImg @"http://yongxu.yehaoji.cn:18199"
  22. #endif /* RDSConfig_h */