Browse Source

Merge branch 'feature' of https://gitlab.com/Arisono/SkWeiChat-Baidu into feature_bitliker

# Conflicts:
#	app_core/common/src/main/java/com/core/app/Constants.java
Bitliker 8 years ago
parent
commit
6f8613046c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app_core/common/src/main/java/com/core/app/Constants.java

+ 1 - 1
app_core/common/src/main/java/com/core/app/Constants.java

@@ -16,7 +16,7 @@ public class Constants {
     public static String IM_BASE_URL() {
     public static String IM_BASE_URL() {
         String url = "";
         String url = "";
         if (BaseConfig.isDebug()) {
         if (BaseConfig.isDebug()) {
-            url = IM_BASE_URL;
+            url = IM_BASE_URL_TEST;
         } else {
         } else {
             url = IM_BASE_URL;
             url = IM_BASE_URL;
         }
         }