Commit 68177122 authored by 黎博's avatar 黎博

去掉无用的apollo值

parent f818e6ae
...@@ -31,15 +31,6 @@ public class RuleEngineInterceptor implements HandlerInterceptor { ...@@ -31,15 +31,6 @@ public class RuleEngineInterceptor implements HandlerInterceptor {
@Value("${early.settle.channel}") @Value("${early.settle.channel}")
private String earlySettleChannel; private String earlySettleChannel;
@Value("${vcc.audit.result}")
private boolean vccAuditResult;
@Value("${vcc.audit.amount}")
private Integer vccAuditMount;
@Value("${vcc.quota.payment.amount}")
private String vccQuotaPaymentAmount;
public Map<String, Object> convertParameterMap(Map<String, String[]> parameterMap) { public Map<String, Object> convertParameterMap(Map<String, String[]> parameterMap) {
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
for (Map.Entry<String, String[]> entry: parameterMap.entrySet()) { for (Map.Entry<String, String[]> entry: parameterMap.entrySet()) {
......
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