|
@@ -187,9 +187,9 @@ public let systemAppConfigUrl = "sys/app/config"
|
|
|
public let getBaseConfigURL = "frontConfig/getBaseConfig"
|
|
|
|
|
|
|
|
|
-public let cUserProtocol = "https://weapppiccdn.yishihui.com/resources/agreements/videoservice.html?type=15"
|
|
|
+public let cUserProtocol = "https://weapppiccdn.yishihui.com/resources/agreements/videoservice.html?type=\(PQBFConfig.shared.appType)"
|
|
|
|
|
|
-public let cPrivacy = "https://weapppiccdn.yishihui.com/resources/agreements/videoagreement.html?type=15"
|
|
|
+public let cPrivacy = "https://weapppiccdn.yishihui.com/resources/agreements/videoagreement.html?type=\(PQBFConfig.shared.appType)"
|
|
|
|
|
|
public let cNetManagePrivacy = "http://www.cac.gov.cn/2017-08/25/c_1121541842.htm"
|
|
|
|