一些小修改。

This commit is contained in:
Kane Wang 2025-03-13 17:42:41 +08:00
parent 45fb965496
commit ae25e50f3d
3 changed files with 3 additions and 2 deletions

View File

@ -44,6 +44,7 @@ public class AppMain
try
{
logger.info( "等待" + String.valueOf( HuixiabaoConfig.getSleepSeconds() ) );
Thread.sleep( HuixiabaoConfig.getSleepSeconds() * 1000 );
}
catch ( InterruptedException error )

View File

@ -54,7 +54,7 @@ public class HuixiabaoConfig
private static final int MAX_COUNT_PER_REQUEST = 500;
private static final int SLEEP_SECONDS = 10;
private static final String url = "https://172.18.1.150:9040";
private static final String url = "http://172.18.1.150:9040/h3c/new/test/api/gafe/rest";
private static final String appid = "hxb-tb";
private static final String appSecret = "60F468FB46170DD4CF6CBECE215DBFC0";
private static final String signKey = "1A2F447BD0F930798D8031B137EC6E25";

View File

@ -299,7 +299,7 @@ public class CpicximToXMNHS
{
// 发送不成功记录日志
// 失败的数据就留在update表中待以后重新发送
logger.error( error.getMessage() );
logger.error( "发送异常:" + error.getMessage() );
}
finally
{