Merge branch 'feature-NHSA-repeater' of http://222.76.244.118:3000/CPICXIM/cpicxim-huixiabao into feature-NHSA-repeater

This commit is contained in:
2025-03-13 22:02:03 +08:00
15 changed files with 2 additions and 505 deletions

View File

@@ -44,7 +44,7 @@ public class AppMain
{
logger.info( "查询到" + String.valueOf( xyxInfo.size() ) + "条数据,开始发送!" );
CpicximToXMNHS.postHmbList( xyxInfo );
CpicximToXMNHS.postHmbXyxInfo( xyxInfo );
}
try

View File

@@ -224,7 +224,7 @@ public class CpicximToXMNHS
}
}
public static void postHmbList( Vector<HmbXyxInfo> items )
public static void postHmbXyxInfo( Vector<HmbXyxInfo> items )
{
String url = HuixiabaoConfig.getUrl();
String appId = HuixiabaoConfig.getAppid();