From fc9dc236266700d61e3538bee669f2f4abb242f2 Mon Sep 17 00:00:00 2001 From: 陈奇 <1650699704@qq.com> Date: Tue, 13 Nov 2018 14:14:22 +0800 Subject: [PATCH] 1.0.3-1测试版本 [*]修改重新连接的方式 [*]修改商城连接 [*]修改心跳机制 [*]主要针对oppo和vivo机型添加开启定位服务 --- app/src/main/java/com/moral/yunfushao/utils/DebugUtils.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/java/com/moral/yunfushao/utils/DebugUtils.java b/app/src/main/java/com/moral/yunfushao/utils/DebugUtils.java index e89f2be..4dd88f5 100644 --- a/app/src/main/java/com/moral/yunfushao/utils/DebugUtils.java +++ b/app/src/main/java/com/moral/yunfushao/utils/DebugUtils.java @@ -8,7 +8,7 @@ public class DebugUtils { - public static boolean debug_mode = false; + public static boolean debug_mode = false; //���������������������debug_mode���false private static String debug_url = "http://47.96.171.62:3100/send_yfs"; -- Gitblit v1.8.0