Commit d3440ce7 authored by 黎博's avatar 黎博

修改vcc授信回调判断

parent a740574a
...@@ -105,13 +105,12 @@ public class RuleEngineInterceptor implements HandlerInterceptor { ...@@ -105,13 +105,12 @@ public class RuleEngineInterceptor implements HandlerInterceptor {
// 授信额度审核 // 授信额度审核
if (sceneId.equals("0")) { if (sceneId.equals("0")) {
// vcc // vcc
if (bizType.equals("8")) {
String callbackUrl = requestMap.get("callbackUrl").toString(); String callbackUrl = requestMap.get("callbackUrl").toString();
if (callbackUrl.contains("talos")) {
vccRiskAuthAmountCompletion(callbackUrl, bizChannel, uuid, bizNo, 10000, true); vccRiskAuthAmountCompletion(callbackUrl, bizChannel, uuid, bizNo, 10000, true);
} }
// 一单一审现金贷 // 一单一审现金贷
if (bizType.equals("0")) { if (bizType.equals("0")) {
} }
} }
// KA准入审核, sceneId=2 // KA准入审核, sceneId=2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment