|
@@ -186,13 +186,13 @@ public let systemAppConfigUrl = "sys/app/config"
|
|
|
public let getBaseConfigURL = "frontConfig/getBaseConfig"
|
|
|
|
|
|
/** 用户协议-后面缀对应产品type */
|
|
|
-public let cUserProtocol = "https://weapppiccdn.yishihui.com/resources/agreements/videoservice.html?type="
|
|
|
+public let cUserProtocol = "http://weapppiccdn.yishihui.com/resources/agreements/videoservice.html?type="
|
|
|
/** 隐私政策-后面缀对应产品type */
|
|
|
-public let cPrivacy = "https://weapppiccdn.yishihui.com/resources/agreements/videoagreement.html?type="
|
|
|
+public let cPrivacy = "http://weapppiccdn.yishihui.com/resources/agreements/videoagreement.html?type="
|
|
|
/** 互联网管理规定 */
|
|
|
public let cNetManagePrivacy = "http://www.cac.gov.cn/2017-08/25/c_1121541842.htm"
|
|
|
// ***************** 埋点上报地址 **********************//
|
|
|
-public let downLoadUrl = "https://rescdn.yishihui.com/"
|
|
|
+public let downLoadUrl = "http://rescdn.yishihui.com/"
|
|
|
// 记录播放的视频
|
|
|
public let videoPlayReportUrl = "video/played"
|
|
|
// 记录realPlay播放的视频
|