|
@@ -114,15 +114,15 @@ import UIKit
|
|
|
public var language: KMAdvertisementLanguageType = .unknow
|
|
|
|
|
|
func activityBaseURL() -> String {
|
|
|
-//#if DEBUG
|
|
|
+#if DEBUG
|
|
|
if kTestMode == 1 {
|
|
|
return "http://test-store.kdan.cn:3019"
|
|
|
} else {
|
|
|
return "https://store.filmagepro.com:3018"
|
|
|
}
|
|
|
-//#else
|
|
|
-// return "https://store.filmagepro.com:3018"
|
|
|
-//#endif
|
|
|
+#else
|
|
|
+ return "https://store.filmagepro.com:3018"
|
|
|
+#endif
|
|
|
}
|
|
|
|
|
|
public func initParameters(appName: KMAdvertisementAppNameType, subscribeType:KMAdvertisementSubscribeType, platform: KMAdvertisementPlatformType) {
|