|
@@ -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)")
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|