|
|
@ -51,7 +51,7 @@ public class HandleCallbacklnit implements ApplicationRunner {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
@Async
|
|
|
|
@Async
|
|
|
|
public void run(ApplicationArguments args) throws UnknownHostException {
|
|
|
|
public void run(ApplicationArguments args) throws UnknownHostException {
|
|
|
|
if (false) {
|
|
|
|
if (true) {
|
|
|
|
List<DictModel> callbackApiConfigs = sysDictService.queryDictItemsByCode("callback_api_config");
|
|
|
|
List<DictModel> callbackApiConfigs = sysDictService.queryDictItemsByCode("callback_api_config");
|
|
|
|
Integer autoPushNoticeMaxNum=10;//自动请求最大次数.
|
|
|
|
Integer autoPushNoticeMaxNum=10;//自动请求最大次数.
|
|
|
|
Integer pushTimeInterval=30;//请求间隔时间.秒
|
|
|
|
Integer pushTimeInterval=30;//请求间隔时间.秒
|
|
|
|