Browse Source

home 界面请求一次 TOKEN

jsonwang 3 years ago
parent
commit
8cc4f8b3e8
1 changed files with 6 additions and 0 deletions
  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)
                 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)")
+       
+        }
    
    
     }
     }