master
lujian 6 years ago
parent 0de5aa3780
commit 01e0c211ac

@ -774,6 +774,7 @@ public class RiskBusinessServiceImpl implements RiskBusinessService, ManagerTodo
throw new InvalidShortIdException();
}
JSONObject params = new JSONObject();
params.put("client_moniker", client.getString("client_moniker"));
params.put("is_send_client", 1);
List<Integer> resultTypes = Arrays.asList(RiskResultTypeEnum.SEND_EMAIL_TO_BD.getResultType(),
RiskResultTypeEnum.MATERIAL_NOT_PASS.getResultType());

Loading…
Cancel
Save