release
gaorl 2 years ago
commit bee2bbd530
  1. 2
      order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/manager/service/impl/PushInvoiceServiceImpl.java

@ -403,7 +403,7 @@ public class PushInvoiceServiceImpl implements PushInvoiceService {
if (param.length() > 500) {
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();
String result = "";
if (ConfigurerInfo.INTERFACE_VERSION_V5.equals(pushInfo.getVersionIdent())

Loading…
Cancel
Save