|
@@ -18,16 +18,16 @@
|
|
|
|
|
|
// 测试环境
|
|
|
|
|
|
-#define hostURL (@"https://dev.colexiu.com")
|
|
|
-#define SEALCLASSHOST (@"https://dev.colexiu.com/api-classroom")
|
|
|
-#define WEBHOST (@"https://dev.colexiu.com/student")
|
|
|
-#define TENANT_WEBHOST (@"https://dev.colexiu.com/tenant")
|
|
|
-#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 (39557)
|
|
|
+//#define hostURL (@"https://dev.colexiu.com")
|
|
|
+//#define SEALCLASSHOST (@"https://dev.colexiu.com/api-classroom")
|
|
|
+//#define WEBHOST (@"https://dev.colexiu.com/student")
|
|
|
+//#define TENANT_WEBHOST (@"https://dev.colexiu.com/tenant")
|
|
|
+//#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 (39557)
|
|
|
|
|
|
|
|
|
// 开发环境
|
|
@@ -56,16 +56,16 @@
|
|
|
|
|
|
//#else
|
|
|
|
|
|
-//#define hostURL (@"https://online.colexiu.com")
|
|
|
-//#define SEALCLASSHOST (@"https://online.colexiu.com/api-classroom")
|
|
|
-//#define WEBHOST (@"https://online.colexiu.com/student")
|
|
|
-//#define TENANT_WEBHOST (@"https://online.colexiu.com//tenant")
|
|
|
-//#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 (39560)
|
|
|
+#define hostURL (@"https://online.colexiu.com")
|
|
|
+#define SEALCLASSHOST (@"https://online.colexiu.com/api-classroom")
|
|
|
+#define WEBHOST (@"https://online.colexiu.com/student")
|
|
|
+#define TENANT_WEBHOST (@"https://online.colexiu.com//tenant")
|
|
|
+#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 (39560)
|
|
|
|
|
|
//#endif
|
|
|
|