Browse Source

1.添加兔小巢Appid

wenweiwei 3 years ago
parent
commit
9a28ba396c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      BFCommonKit/Classes/BFConfig/BFConfig.swift

+ 3 - 1
BFCommonKit/Classes/BFConfig/BFConfig.swift

@@ -89,7 +89,9 @@ public class BFConfig: NSObject {
     public var appType: String = "15"
     // 苹果后台创建的 APPID
     public var appId: String = "1570572849"
-
+    /// 腾讯兔小巢反馈 AppId 票圈视频:275642     乐活圈:351068
+    public var txFeedbackAppId: String = "351068"
+    
     // 是否可打印 LOG
     public var enableBFLog: Bool = false