|
|
@ -2163,6 +2163,9 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
// if ("Rpay".equals(configJson.getString("rate_name"))) {
|
|
|
|
// if ("Rpay".equals(configJson.getString("rate_name"))) {
|
|
|
|
// rpayApi.modifySurchargeConfig(client);
|
|
|
|
// rpayApi.modifySurchargeConfig(client);
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
if (StringUtils.equalsIgnoreCase("rpaypmt_card", config.getRateName())) {
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
int clientId = client.getIntValue("client_id");
|
|
|
|
int clientId = client.getIntValue("client_id");
|
|
|
|
JSONObject changeRate = merchantInfoProvider.clientCurrentRate(clientId, new Date(), "Wechat");
|
|
|
|
JSONObject changeRate = merchantInfoProvider.clientCurrentRate(clientId, new Date(), "Wechat");
|
|
|
|
int cleanDays = changeRate.getIntValue("clean_days");
|
|
|
|
int cleanDays = changeRate.getIntValue("clean_days");
|
|
|
|