Commit a6987218 by sikang

update

parent 04afed9a
...@@ -3,6 +3,7 @@ package tech.starwin.mvp.presenter; ...@@ -3,6 +3,7 @@ package tech.starwin.mvp.presenter;
import android.annotation.SuppressLint; import android.annotation.SuppressLint;
import android.text.TextUtils; import android.text.TextUtils;
import android.util.Log;
import com.common.bean.BankBean; import com.common.bean.BankBean;
import com.common.bean.BasicAck; import com.common.bean.BasicAck;
...@@ -55,6 +56,7 @@ import tech.starwin.utils.LogUtils; ...@@ -55,6 +56,7 @@ import tech.starwin.utils.LogUtils;
import tech.starwin.utils.LoginManager; import tech.starwin.utils.LoginManager;
import tech.starwin.utils.PreferencesManager; import tech.starwin.utils.PreferencesManager;
import tech.starwin.utils.TrackEventHelper; import tech.starwin.utils.TrackEventHelper;
import tech.starwin.utils.context_utils.AppInfoUtils;
import tech.starwin.utils.context_utils.DeviceUtils; import tech.starwin.utils.context_utils.DeviceUtils;
import tech.starwin.utils.tracker.TrackEvent; import tech.starwin.utils.tracker.TrackEvent;
...@@ -87,6 +89,7 @@ public class UserPresenter extends BasePresenter<UserApi> { ...@@ -87,6 +89,7 @@ public class UserPresenter extends BasePresenter<UserApi> {
@SuppressLint("CheckResult") @SuppressLint("CheckResult")
public void getGateway(String action, List<String> gatewayUrl) { public void getGateway(String action, List<String> gatewayUrl) {
Log.d("Android", AppInfoUtils.getAndroidID(LibConfig.getContext()));
FbDeepLink.fetchDeepLink(); FbDeepLink.fetchDeepLink();
Observable.fromIterable(gatewayUrl) Observable.fromIterable(gatewayUrl)
.subscribeOn(Schedulers.io()) .subscribeOn(Schedulers.io())
......
...@@ -55,7 +55,6 @@ public class FirebaseHeaderInterceptor implements Interceptor { ...@@ -55,7 +55,6 @@ public class FirebaseHeaderInterceptor implements Interceptor {
request = builder.build(); request = builder.build();
Log.d("Android", AppInfoUtils.getAndroidID(LibConfig.getContext()));
} }
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
......
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