KSDomain.h 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. //
  2. // KSDomain.h
  3. // KulexiuForTeacher
  4. //
  5. // Created by 王智 on 2023/6/19.
  6. //
  7. #ifndef KSDomain_h
  8. #define KSDomain_h
  9. #define FILE_DOMAIN (@"klx/")
  10. //#ifdef DEBUG
  11. // 开发环境
  12. //#define hostURL (@"https://dev.colexiu.com")
  13. //#define SEALCLASSHOST (@"https://dev.colexiu.com/api-classroom")
  14. //#define WEBHOST (@"https://dev.colexiu.com/teacher")
  15. //#define SOCKET_URL (@"wss://dev.colexiu.com/audioAnalysis")
  16. //#define JSPUSH_ENVIRONMENT (NO)
  17. //#define RCIM_KEY (@"0vnjpoad0jbdz")
  18. //#define SUBMIT_UUID (NO)
  19. //#define CONFIG_TXSDKAPPID (1400805079)
  20. //#define TXOfflinePushCertificateIDForAPNS (39559)
  21. //#define WhiteBoardHostURL (@"https://test.dayaedu.com")
  22. // 测试环境
  23. //#define hostURL (@"https://test.colexiu.com")
  24. //#define SEALCLASSHOST (@"https://test.colexiu.com/api-classroom")
  25. //#define WEBHOST (@"https://test.colexiu.com/teacher")
  26. //#define SOCKET_URL (@"wss://test.colexiu.com/audioAnalysis")
  27. //#define JSPUSH_ENVIRONMENT (NO)
  28. //#define RCIM_KEY (@"0vnjpoad0jbdz")
  29. //#define SUBMIT_UUID (NO)
  30. //#define CONFIG_TXSDKAPPID (1400805079)
  31. //#define TXOfflinePushCertificateIDForAPNS (39559)
  32. //#define WhiteBoardHostURL (@"https://test.dayaedu.com")
  33. // 预生产
  34. //#define hostURL (@"https://ponline.colexiu.com")
  35. //#define SEALCLASSHOST (@"https://ponline.colexiu.com/api-classroom")
  36. //#define WEBHOST (@"https://ponline.colexiu.com/teacher")
  37. //#define SOCKET_URL (@"wss://ponline.colexiu.com/audioAnalysis")
  38. //#define JSPUSH_ENVIRONMENT (YES)
  39. //#define RCIM_KEY (@"e5t4ouvpe42pa")
  40. //#define SUBMIT_UUID (YES)
  41. //#define CONFIG_TXSDKAPPID (1400799837)
  42. //#define TXOfflinePushCertificateIDForAPNS (39561)
  43. //#define WhiteBoardHostURL (@"https://online.dayaedu.com")
  44. //#else
  45. #define hostURL (@"https://online.colexiu.com")
  46. #define SEALCLASSHOST (@"https://online.colexiu.com/api-classroom")
  47. #define WEBHOST (@"https://online.colexiu.com/teacher")
  48. #define SOCKET_URL (@"wss://online.colexiu.com/audioAnalysis")
  49. #define JSPUSH_ENVIRONMENT (YES)
  50. #define RCIM_KEY (@"e5t4ouvpe42pa")
  51. #define SUBMIT_UUID (YES)
  52. #define CONFIG_TXSDKAPPID (1400799837)
  53. #define TXOfflinePushCertificateIDForAPNS (39561)
  54. #define WhiteBoardHostURL (@"https://online.dayaedu.com")
  55. //#endif
  56. #endif /* KSDomain_h */