Commit 3132ba91 authored by 黎博's avatar 黎博

新增ka准入审核配置

parent 09987622
...@@ -124,6 +124,7 @@ public class RuleEngineInterceptor implements HandlerInterceptor { ...@@ -124,6 +124,7 @@ public class RuleEngineInterceptor implements HandlerInterceptor {
} }
// KA准入审核, sceneId=2 // KA准入审核, sceneId=2
if (sceneId.equals("2")) { if (sceneId.equals("2")) {
bodyMap.put("auditResult", auditData.get("KaAuditResult"));
} }
// vcc账户冻结审核 // vcc账户冻结审核
if (sceneId.equals("8")) { if (sceneId.equals("8")) {
......
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