浏览代码

home 界面请求一次 TOKEN

jsonwang 3 年之前
父节点
当前提交
8cc4f8b3e8
共有 1 个文件被更改,包括 6 次插入0 次删除
  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)")
+       
+        }
    
     }