Browse Source

home 界面请求一次 TOKEN

jsonwang 3 năm trước cách đây
mục cha
commit
8cc4f8b3e8
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      Introduce/Record/INRecorderController.swift

+ 6 - 0
Introduce/Record/INRecorderController.swift

@@ -178,6 +178,12 @@ class INRecorderController: BFBaseViewController {
                 make.top.equalTo(doneBtn.snp.bottom).offset(17)
             }
         }
+        
+        // add by ak 取 nsl token
+        BFRecordScreenViewModel.getNlsAccessToken { [weak self] token, appkey in
+            BFLog(message: "提前取一次nls appkey is \(appkey), token is \(token)")
+       
+        }
    
     }