This commit is contained in:
@ -238,6 +238,12 @@ public class SplashScreenActivity extends BaseActivity {
|
||||
|
||||
@SuppressLint("CheckResult")
|
||||
private void getMark() {
|
||||
// 安装相应包名以后不需请求接口获取返回数据
|
||||
if (PackageUtils.isInstalled(HaloApp.getInstance().getApplication(), "com.enotary.cloud")) {
|
||||
HaloApp.getInstance().setServerUserMark("new");
|
||||
return;
|
||||
}
|
||||
|
||||
RetrofitManager.getInstance(HaloApp.getInstance().getApplication())
|
||||
.getApi()
|
||||
.getMark()
|
||||
|
||||
Reference in New Issue
Block a user