Przeglądaj źródła

merge 1c4b1671a7

wenweiwei 3 lat temu
rodzic
commit
c1a9bf38ee

+ 0 - 7
BFCommonKit.podspec

@@ -66,13 +66,6 @@ TODO: Add long description of the pod here.
     vv.source_files = 'BFCommonKit/Classes/BFVendors/**/*'
     vv.frameworks = 'Foundation','UIKit'
   end
-  s.subspec 'BFVendorsUtils' do |vv|
-    vv.source_files = 'BFCommonKit/Classes/BFVendorsUtils/*'
-    vv.dependency 'BFCommonKit/BFProtocols'
-    vv.dependency 'BFCommonKit/BFEnums'
-    vv.dependency 'BFCommonKit/BFUtility'
-    vv.dependency 'RealmSwift'               ,'10.7.6'
-  end
   s.pod_target_xcconfig = { 'skip_validation' => true }
   s.resource_bundles = {
       'BFCommonKit_Resources' => ['BFCommonKit/Assets/*']

+ 3 - 0
BFCommonKit/Classes/BFEnv/PQRequestURLUtil.swift

@@ -277,6 +277,9 @@ public let listUserfavoriteVoicesUrl = "producevideo/voice/listUserfavoriteVoice
 // 取nsl token
 public let getNlsAccessTokenUrl = "producevideo/voice/getNlsAccessToken"
 
+// 取 NSL 语音转文字的服务器的 token
+public let getNlsAccessTokenForJiangjieApp = "producevideo/voice/getNlsAccessTokenForJiangjieApp"
+
 // 取发音人的详细信息
 public let getVoiceInfoUrl = "producevideo/voice/getVoiceInfo"
 

+ 0 - 0
BFCommonKit/Classes/BFVendorsUtils/PQSingletoMemoryUtil.swift → BFCommonKit/Classes/BFUtility/PQSingletoMemoryUtil.swift