master
周文涛 2 years ago
parent 15e15df835
commit a83877351c

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

Loading…
Cancel
Save