浏览代码

Merge branch 'master' of https://git.yishihui.com/iOS/Introduce

* 'master' of https://git.yishihui.com/iOS/Introduce:
  使用最终隐私协议地址
harry 3 年之前
父节点
当前提交
d861418c5b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Introduce/Record/INRecorderController.swift

+ 2 - 2
Introduce/Record/INRecorderController.swift

@@ -14,9 +14,9 @@ import TYAttributedLabel
 import BFCommonKit
 import BFAnalyzeKit
 
-public let cUserProtocol = "https://weapppiccdn.yishihui.com/resources/agreements/videoservice.html?type=15"
+public let cUserProtocol = "https://weapppiccdn.yishihui.com/resources/agreements/shishuo/videoservice.html?type=20"
 /** 隐私政策 */
-public let cPrivacy = "https://weapppiccdn.yishihui.com/resources/agreements/videoagreement.html?type=15"
+public let cPrivacy = "https://weapppiccdn.yishihui.com/resources/agreements/shishuo/videoagreement.html?type=20"
  
 class INRecorderController: BFBaseViewController {
     lazy var addVideoBtn: UIButton = {