Browse Source

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

* 'master' of https://git.yishihui.com/iOS/Introduce:
  使用最终隐私协议地址
harry 3 years ago
parent
commit
d861418c5b
1 changed files with 2 additions and 2 deletions
  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 = {