update:
fix:
add:增加清除应用数据功能
This commit is contained in:
FHT
2021-04-26 18:16:10 +08:00
parent 2dec55000e
commit cbf58613d8
5 changed files with 29 additions and 8 deletions

View File

@@ -71,7 +71,6 @@ public class NetInterfaceManager {
public static final String WEBSOCKET_URL = BuildConfig.WebsocketURL;
public static final String HTTP_KEY = "YTM3YTAxNTJmMmZmNzkyM2E2YzIwZjlhZTc0NzNmMGI=";
private NetInterfaceManager(Context context) {
this.mContext = context;
if (null == mRetrofit) {