From cbb88109494ffc7916f6639c20ce05c0cec941a9 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 07 四月 2021 15:07:45 +0800
Subject: [PATCH] 3.9.1bug修复

---
 BuWanVideo/src/com/weikou/beibeivideo/util/BeibeiConstant.java |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/BuWanVideo/src/com/weikou/beibeivideo/util/BeibeiConstant.java b/BuWanVideo/src/com/weikou/beibeivideo/util/BeibeiConstant.java
index 2d16cf7..dd9802a 100644
--- a/BuWanVideo/src/com/weikou/beibeivideo/util/BeibeiConstant.java
+++ b/BuWanVideo/src/com/weikou/beibeivideo/util/BeibeiConstant.java
@@ -4,6 +4,8 @@
 
 public class BeibeiConstant {
 
+    public final static String ALIYUN_ONE_KEY_LOGIN_SECRETINFO = "+KTOnd6EET2Hn8A0Fv3tY8jkuz90mazidn+1D+PWV79klpi3J2HRZQwTdlPox3VxWjtq+Qyt11Z4ENqAtGMBmbvoFJw/nFeobrPhtjEHJO5I5s0gvp4+HTJbQBRfx7gDGEr72r84SAVn/mVStPhXMZh582JvbArtiPpV8Owl6R5kRuaJ7StEdmhZqsHwMs4Sr4gYeRy1MPw9milzO3Us4UA6Z0l/jlbUfDggDQaT9tE9d2DS/EG0M9DFU9Gjo3BJGTTlV0bQvV/iVl7RynqCY4ZU9x4ktUZm9jHG6Pfa24N2Z8naaFjTww==";
+
     public final static boolean IS_TEST = false;
 
     //棣栭〉鎺ㄨ崘绗竴涓箍鍛�
@@ -11,8 +13,10 @@
     //鏄惁鏈夊紑灞忓箍鍛�
     public final static boolean AD_SETTING_KAIPIN = true;
 
-    public static final String USER_AGREEMENT = "http://ysdq.yeshitv.com:8089/BuWan/api_control_ios.jsp";
-    public static final String PRIVACY_POLICY = "http://ysdq.yeshitv.com:8089/BuWan/user_protocol.jsp";
+    public static final String USER_AGREEMENT = "http://ysdq.yeshitv.com:8089/BuWan/api_control_ios_bw.jsp";
+    public static final String PRIVACY_POLICY = "http://ysdq.yeshitv.com:8089/BuWan/user_protocol_bw.jsp";
+
+    public static final String ABOUT_US = "http://bwweb.yeshitv.com/abountOur/index.html";
 
     public static final String HOST = "http://api.ysdq.yeshitv.com:8089";//姝e紡涓婄嚎鐗堟湰
 
@@ -107,7 +111,7 @@
     // 骞跨偣閫欱anner 閫�鍑篋ialog
     public static String GDT_EXIT_DIALOG = "1070555737534382";
     // 骞跨偣閫� 鍘熺敓鎼滅储缁撴灉椤靛師鐢�
-    public static String GDT_SEARCH_RESULT_MIN_NATIVE = "7010050786367146";
+    public static String GDT_SEARCH_RESULT_MIN_NATIVE = "9091067601481758";
     // 骞跨偣閫欱anner 鎾斁璇︽儏椤�
     public static String GDT_PLAYER_DETAIL = "5060312614831459";
     // 骞跨偣閫欱anner 鎾斁璇︽儏椤�
@@ -128,5 +132,5 @@
 
     public static boolean AD_CLICK_DOWNLOAD = false;//骞垮憡涓嬭浇鎻愮ず妗嗘槸鍚﹀睍绀�
 
-    public static final boolean DEBUG = false;
+    public static final boolean DEBUG = true;
 }

--
Gitblit v1.8.0