RDSConfig.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. #define kGtAppId @"LSFQhLICT5AiOMB7CIZ1D9"
  16. #define kGtAppKey @"c54XZSBhsj6qqjbRpAbTA5"
  17. #define kGtAppSecret @"nAEiDQA8MP9pnbvuMadNI7"
  18. // 测试环境
  19. //#define kBaseUrlHost_test @"http://yongxu.yehaoji.cn:8199/api/v1" // API地址
  20. //#define kBaseUrlHeadImg_test @"http://yongxu.yehaoji.cn:18199" // 头像地址
  21. #define kBaseUrlHeadImg_test @"https://app.yongxulvjian.com" // 头像地址
  22. //#define kBaseUrlHost_test @"http://114.115.251.196:8299/api/v1" // API地址
  23. #define kBaseUrlHost_test @"https://appv2.yongxulvjian.com/api/v1"
  24. // 生产环境
  25. #define kBaseUrlHost @"https://appv2.yongxulvjian.com/api/v1"
  26. #define kBaseUrlHeadImg @"https://appv2.yongxulvjian.com"
  27. //#define kBaseUrlHost @"http://114.115.251.196:8299/api/v1"
  28. //#define kBaseUrlHeadImg @"http://yongxu.yehaoji.cn:18199"
  29. // H5
  30. //#define kBaseUrlH5 @"https://app.yongxulvjian.com"
  31. #define kBaseUrlH5 @"https://appv2.yongxulvjian.com/#/"
  32. #endif /* RDSConfig_h */