This commit is contained in:
juntao
2021-07-20 09:23:01 +08:00
parent 1ec1d482c4
commit 8b50cc561a

View File

@ -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()