|
|
@ -403,7 +403,7 @@ public class PushInvoiceServiceImpl implements PushInvoiceService { |
|
|
|
if (param.length() > 500) { |
|
|
|
if (param.length() > 500) { |
|
|
|
param = param.substring(0, 400); |
|
|
|
param = param.substring(0, 400); |
|
|
|
} |
|
|
|
} |
|
|
|
log.info("{}推送企业开始,推送企业url:{},推送参数:{}", LOGGER_MSG, pushInfo.getPushUrl(), param); |
|
|
|
log.info("{}推送企业开始,推送企业url:{},用户:{},密码:{},推送参数:{}", LOGGER_MSG, pushInfo.getPushUrl(),baseServiceConfig.getPoUserName(),baseServiceConfig.getPoPassword(), fptsParam); |
|
|
|
long startTime = System.currentTimeMillis(); |
|
|
|
long startTime = System.currentTimeMillis(); |
|
|
|
String result = ""; |
|
|
|
String result = ""; |
|
|
|
if (ConfigurerInfo.INTERFACE_VERSION_V5.equals(pushInfo.getVersionIdent()) |
|
|
|
if (ConfigurerInfo.INTERFACE_VERSION_V5.equals(pushInfo.getVersionIdent()) |
|
|
|