| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- //
- // KSDomain.h
- // KulexiuForTeacher
- //
- // Created by 王智 on 2023/6/19.
- //
- #ifndef KSDomain_h
- #define KSDomain_h
- #define FILE_DOMAIN (@"klx/")
- //#ifdef DEBUG
- // 开发环境
- //#define hostURL (@"https://dev.colexiu.com")
- //#define SEALCLASSHOST (@"https://dev.colexiu.com/api-classroom")
- //#define WEBHOST (@"https://dev.colexiu.com/teacher")
- //#define SOCKET_URL (@"wss://dev.colexiu.com/audioAnalysis")
- //#define JSPUSH_ENVIRONMENT (NO)
- //#define RCIM_KEY (@"0vnjpoad0jbdz")
- //#define SUBMIT_UUID (NO)
- //#define CONFIG_TXSDKAPPID (1400805079)
- //#define TXOfflinePushCertificateIDForAPNS (39559)
- //#define WhiteBoardHostURL (@"https://test.dayaedu.com")
- // 测试环境
- //#define hostURL (@"https://test.colexiu.com")
- //#define SEALCLASSHOST (@"https://test.colexiu.com/api-classroom")
- //#define WEBHOST (@"https://test.colexiu.com/teacher")
- //#define SOCKET_URL (@"wss://test.colexiu.com/audioAnalysis")
- //#define JSPUSH_ENVIRONMENT (NO)
- //#define RCIM_KEY (@"0vnjpoad0jbdz")
- //#define SUBMIT_UUID (NO)
- //#define CONFIG_TXSDKAPPID (1400805079)
- //#define TXOfflinePushCertificateIDForAPNS (39559)
- //#define WhiteBoardHostURL (@"https://test.dayaedu.com")
- // 预生产
- //#define hostURL (@"https://ponline.colexiu.com")
- //#define SEALCLASSHOST (@"https://ponline.colexiu.com/api-classroom")
- //#define WEBHOST (@"https://ponline.colexiu.com/teacher")
- //#define SOCKET_URL (@"wss://ponline.colexiu.com/audioAnalysis")
- //#define JSPUSH_ENVIRONMENT (YES)
- //#define RCIM_KEY (@"e5t4ouvpe42pa")
- //#define SUBMIT_UUID (YES)
- //#define CONFIG_TXSDKAPPID (1400799837)
- //#define TXOfflinePushCertificateIDForAPNS (39561)
- //#define WhiteBoardHostURL (@"https://online.dayaedu.com")
- //#else
- #define hostURL (@"https://online.colexiu.com")
- #define SEALCLASSHOST (@"https://online.colexiu.com/api-classroom")
- #define WEBHOST (@"https://online.colexiu.com/teacher")
- #define SOCKET_URL (@"wss://online.colexiu.com/audioAnalysis")
- #define JSPUSH_ENVIRONMENT (YES)
- #define RCIM_KEY (@"e5t4ouvpe42pa")
- #define SUBMIT_UUID (YES)
- #define CONFIG_TXSDKAPPID (1400799837)
- #define TXOfflinePushCertificateIDForAPNS (39561)
- #define WhiteBoardHostURL (@"https://online.dayaedu.com")
- //#endif
- #endif /* KSDomain_h */
|