Commit e9b07f9d authored by 黎博's avatar 黎博

update

parent f17a50d6
......@@ -121,7 +121,7 @@ public class RuleEngineInterceptor implements HandlerInterceptor {
// vcc支付限额审核, sceneId=12
if (bizChannel.equals("8") && sceneId.equals("12")) {
bodyMap.put("auditResult", true); // true-允许使用额度支付, false-不允许使用额度支付
// bodyMap.put("quotaPaymentAmount", "10000"); // quotaPaymentAmount
bodyMap.put("quotaPaymentAmount", "10000"); // quotaPaymentAmount
}
// 提前结清审核,如果渠道不在apollo配置里,则审核拒绝
if (sceneId.equals("14")) {
......
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