|
|
|
@@ -122,7 +122,7 @@ public class ArcSoftFaceCheckManager implements FaceCheckInterface { |
|
|
|
if (isActived) { |
|
|
|
initEngine(); |
|
|
|
} else { |
|
|
|
if (TestManager.getInstance().getApiMode().equals(ApiMode.apiProduce) || AppContext.getInstance().isDebugMode()) { |
|
|
|
if ((TestManager.getInstance().getApiMode().equals(ApiMode.apiProduce) || TestManager.getInstance().getApiMode().equals(ApiMode.apiTest)) && !AppContext.getInstance().isDebugMode()) { |
|
|
|
|
|
|
|
String activeKey = (ConfigUtil.getProdActiveKey(AppContext.getInstance())); |
|
|
|
if (!StringUtils.isEmpty(SETTING_ACTIVE_CODE)) { |
|
|
|
|