|
|
|
@ -483,8 +483,8 @@ public class CityPartnerPrizeServiceImpl implements CityPartnerPrizeService {
|
|
|
|
|
String channel = oneChannel.getKey();
|
|
|
|
|
|
|
|
|
|
if ("hf".equals(oneChannel.getKey().toLowerCase()) || "yeepay".equals(oneChannel.getKey().toLowerCase())) {
|
|
|
|
|
channel = "cbbankpay";
|
|
|
|
|
if (orgInfo.get("cbbankpay_rate_value") == null) {
|
|
|
|
|
channel = "cb_bankpay";
|
|
|
|
|
if (orgInfo.get("cb_bankpay_rate_value") == null) {
|
|
|
|
|
throw new ServerErrorException(orgInfo.getString("name") + "组织下" + "cbbankpay" + "成本手续费未设置");
|
|
|
|
|
}
|
|
|
|
|
}else {
|
|
|
|
@ -532,7 +532,7 @@ public class CityPartnerPrizeServiceImpl implements CityPartnerPrizeService {
|
|
|
|
|
String channel = oneChannel.getKey();
|
|
|
|
|
|
|
|
|
|
if ("hf".equals(oneChannel.getKey().toLowerCase()) || "yeepay".equals(oneChannel.getKey().toLowerCase())) {
|
|
|
|
|
channel = "cbbankpay";
|
|
|
|
|
channel = "cb_bankpay";
|
|
|
|
|
}
|
|
|
|
|
for (JSONObject params : oneChannel.getValue()) {
|
|
|
|
|
//增加货币判断
|
|
|
|
@ -586,7 +586,7 @@ public class CityPartnerPrizeServiceImpl implements CityPartnerPrizeService {
|
|
|
|
|
JSONObject json = new JSONObject();
|
|
|
|
|
String channel = oneChannel.getKey();
|
|
|
|
|
if ("hf".equals(oneChannel.getKey().toLowerCase()) || "yeepay".equals(oneChannel.getKey().toLowerCase())) {
|
|
|
|
|
channel = "cbbankpay";
|
|
|
|
|
channel = "cb_bankpay";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
for (JSONObject params : oneChannel.getValue()) {
|
|
|
|
|