|
|
@ -7052,7 +7052,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
info.put("cost_per_transaction", clientRate.getString("transaction_fee"));//每次交易成本
|
|
|
|
info.put("cost_per_transaction", clientRate.getString("transaction_fee"));//每次交易成本
|
|
|
|
String domesticRateValue = cardRate.getString("domestic_rate_value");
|
|
|
|
String domesticRateValue = cardRate.getString("domestic_rate_value");
|
|
|
|
info.put("domestic_fee", domesticRateValue.indexOf("rate")!= -1?JSONObject.parseObject(domesticRateValue).getString("rate"):cardRate.getString("domestic_rate_value"));//国内服务费
|
|
|
|
info.put("domestic_fee", domesticRateValue.indexOf("rate")!= -1?JSONObject.parseObject(domesticRateValue).getString("rate"):cardRate.getString("domestic_rate_value"));//国内服务费
|
|
|
|
String overseasRateValue = cardRate.getString("domestic_rate_value");
|
|
|
|
String overseasRateValue = cardRate.getString("overseas_rate_value");
|
|
|
|
info.put("international_fee", upayProfileInfo.getBoolean("enable_international_card") ?
|
|
|
|
info.put("international_fee", upayProfileInfo.getBoolean("enable_international_card") ?
|
|
|
|
overseasRateValue.indexOf("rate")!=-1?JSONObject.parseObject(overseasRateValue).getString("rate"):cardRate.getString("overseas_rate_value") : "-");//国际服务费
|
|
|
|
overseasRateValue.indexOf("rate")!=-1?JSONObject.parseObject(overseasRateValue).getString("rate"):cardRate.getString("overseas_rate_value") : "-");//国际服务费
|
|
|
|
BigDecimal reserve = (upayProfileInfo.getBigDecimal("expected_card_revenue").multiply(new BigDecimal(0.005)).setScale(0, RoundingMode.HALF_UP));
|
|
|
|
BigDecimal reserve = (upayProfileInfo.getBigDecimal("expected_card_revenue").multiply(new BigDecimal(0.005)).setScale(0, RoundingMode.HALF_UP));
|
|
|
|