KSDomain.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. //
  2. // KSDomain.h
  3. // KulexiuForTeacher
  4. //
  5. // Created by 王智 on 2023/6/19.
  6. //
  7. #ifndef KSDomain_h
  8. #define KSDomain_h
  9. //#ifdef DEBUG
  10. #define hostURL (@"https://dev.colexiu.com")
  11. #define SEALCLASSHOST (@"https://dev.colexiu.com/api-classroom")
  12. #define WEBHOST (@"https://dev.colexiu.com/teacher")
  13. #define SOCKET_URL (@"wss://dev.colexiu.com/audioAnalysis")
  14. #define JSPUSH_ENVIRONMENT (NO)
  15. #define RCIM_KEY (@"0vnjpoad0jbdz")
  16. #define SUBMIT_UUID (NO)
  17. #define CONFIG_TXSDKAPPID (1400805079)
  18. #define TXOfflinePushCertificateIDForAPNS (39341)
  19. // 预生产环境
  20. //#define hostURL (@"https://ponline.colexiu.com")
  21. //#define SEALCLASSHOST (@"https://ponline.colexiu.com/api-classroom")
  22. //#define WEBHOST (@"https://ponline.colexiu.com/teacher")
  23. //#define SOCKET_URL (@"wss://ponline.colexiu.com/audioAnalysis")
  24. //#define JSPUSH_ENVIRONMENT (NO)
  25. //#define RCIM_KEY (@"0vnjpoad0jbdz")
  26. //#define SUBMIT_UUID (YES)
  27. //#define CONFIG_TXSDKAPPID (1400805079)
  28. //#define TXOfflinePushCertificateIDForAPNS (39341)
  29. //#else
  30. //#define hostURL (@"https://online.colexiu.com")
  31. //#define SEALCLASSHOST (@"https://online.colexiu.com/api-classroom")
  32. //#define WEBHOST (@"https://online.colexiu.com/teacher")
  33. //#define SOCKET_URL (@"wss://online.colexiu.com/audioAnalysis")
  34. //#define JSPUSH_ENVIRONMENT (YES)
  35. //#define RCIM_KEY (@"e5t4ouvpe42pa")
  36. //#define SUBMIT_UUID (YES)
  37. //#define CONFIG_TXSDKAPPID (1400805079)
  38. //#define TXOfflinePushCertificateIDForAPNS (39341)
  39. //#endif
  40. #endif /* KSDomain_h */