初始化接口finstoreConfig问题处理
parent
f3d920a9fb
commit
6a34c70efb
|
@ -96,7 +96,7 @@ public class BaseModule extends BaseApi {
|
||||||
if (fingerprint == null) fingerprint = "";
|
if (fingerprint == null) fingerprint = "";
|
||||||
String encryptType = (String) config.get("cryptType");
|
String encryptType = (String) config.get("cryptType");
|
||||||
Boolean encryptServerData1 = (Boolean) config.get("encryptServerData");
|
Boolean encryptServerData1 = (Boolean) config.get("encryptServerData");
|
||||||
if (encryptServerData1 == null) encryptServerData1 = false
|
if (encryptServerData1 == null) encryptServerData1 = false;
|
||||||
finStoreConfigs.add(new FinStoreConfig(sdkKey, sdkSecret, apiUrl, apmUrl, "", fingerprint, encryptType, encryptServerData1));
|
finStoreConfigs.add(new FinStoreConfig(sdkKey, sdkSecret, apiUrl, apmUrl, "", fingerprint, encryptType, encryptServerData1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue