Commit 2c55e454 by wjg

add release apk

parent 155d644c
...@@ -19,8 +19,8 @@ public class AppConfig { ...@@ -19,8 +19,8 @@ public class AppConfig {
public static String REGISTRATION_ID = ""; public static String REGISTRATION_ID = "";
/** 打开微信网址 */ /** 打开微信网址 */
public static String WX_URL = ""; public static String WX_URL = "";
public static String WX_URL_PROD = "http://hooloo.gdatac.com/prod-co?id=%s"; public static String WX_URL_PROD = "http://soos-admin.ihaoin.com/prod-co.html?id=%s";
public static String WX_URL_TEST = "http://hooloo.gdatac.com/c2?id=%s"; public static String WX_URL_TEST = "http://hooloo-dev.gdatac.com/prod-co.html?id=%s";
/** 工厂测试地址 */ /** 工厂测试地址 */
public static final String FACTORY_TEST_URL = "http://192.168.8.101:8000/factory_test.html"; public static final String FACTORY_TEST_URL = "http://192.168.8.101:8000/factory_test.html";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment