mirror of
https://github.com/luoye663/e5.git
synced 2026-03-13 01:21:42 +00:00
1、增加读取邮件
2、发送消息队列的消息换为github_id 3、根据用户设定的随机值设置队列时间 4、修改队列接收参数outlook对象为github_id
This commit is contained in:
@@ -7,6 +7,7 @@ import com.google.gson.JsonObject;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import java.util.Iterator;
|
||||
import java.util.Random;
|
||||
|
||||
/**
|
||||
* @program: e5
|
||||
@@ -37,4 +38,10 @@ public class dome01 {
|
||||
JsonObject.get("pid").getAsInt();
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void r(){
|
||||
Random r=new Random();
|
||||
System.out.println(r.nextInt(200-100+1)+100);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user