Commit 2adce90e authored by 黎博's avatar 黎博

debug

parent e9b07f9d
......@@ -119,7 +119,7 @@ public class RuleEngineInterceptor implements HandlerInterceptor {
bodyMap.put("allowInstalmentTerms", "3,6,9,12");
}
// vcc支付限额审核, sceneId=12
if (bizChannel.equals("8") && sceneId.equals("12")) {
if (bizType.equals("8") && sceneId.equals("12")) {
bodyMap.put("auditResult", true); // true-允许使用额度支付, false-不允许使用额度支付
bodyMap.put("quotaPaymentAmount", "10000"); // quotaPaymentAmount
}
......
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