|
@@ -114,15 +114,11 @@ import UIKit
|
|
|
public var language: KMAdvertisementLanguageType = .unknow
|
|
|
|
|
|
func activityBaseURL() -> String {
|
|
|
-#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
|
|
|
}
|
|
|
|
|
|
public func initParameters(appName: KMAdvertisementAppNameType, subscribeType:KMAdvertisementSubscribeType, platform: KMAdvertisementPlatformType) {
|