|
|
|
@ -358,6 +358,11 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
|
configNewClientRate(sysRate, clientId, "AlipayOnline", "AlipayOnline");
|
|
|
|
|
configNewClientRate(sysRate, clientId, "Bestpay", "Bestpay");
|
|
|
|
|
configNewClientRate(sysRate, clientId, "jd", "JDpay");
|
|
|
|
|
try {
|
|
|
|
|
clientManager.getNewAggregateAgreeFile(clientMoniker,null,false);
|
|
|
|
|
} catch (Exception ignore) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private String generateClientMoniker(){
|
|
|
|
|