Commit 1e5ccf2d by TakeItEasyJQ

解决初始化BeanOffline空值问题

parent bb31de6b
......@@ -115,7 +115,7 @@ public class NotificationService extends Service {
public MyBinder binder = new MyBinder();
public static BeanOffline offlineAll; // 给前端返回的离线数据
public static BeanOffline offlineAll = new BeanOffline();; // 给前端返回的离线数据
public static String getOfflineAll() {
String res = new Gson().toJson(offlineAll);
......
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