version:3.7beta
fix:移除HTTPInterface,所有请求在NetInterfaceManager进行 update:
This commit is contained in:
@@ -3,6 +3,8 @@ package com.aoleyun.sn.bean;
|
||||
import com.google.gson.Gson;
|
||||
import com.google.gson.JsonParser;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
@@ -38,6 +40,7 @@ public class NetAndLaunchBean implements Serializable {
|
||||
this.data = data;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String toString() {
|
||||
return JsonParser.parseString(new Gson().toJson(this)).getAsJsonObject().toString();
|
||||
|
||||
Reference in New Issue
Block a user