mirror of
https://github.com/luoye663/e5.git
synced 2025-10-27 01:15:26 +00:00
~
This commit is contained in:
@@ -56,6 +56,7 @@ public class TaskImpl implements ITask {
|
||||
Outlook next = iterator.next();
|
||||
/*根据用户设置生成随机数*/
|
||||
String Expiration = getRandom(next.getCronTimeRandomStart(), next.getCronTimeRandomEnd());
|
||||
System.out.println("生成随机调用时间,github ID" + next.getGithubId() + ",时间:" + Expiration);
|
||||
send(next.getGithubId(), Expiration);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user