You've already forked FrameTour-BE
Java21
This commit is contained in:
@@ -18,7 +18,7 @@ public class FeiETicketPrinter {
|
||||
|
||||
HttpRequest post = HttpUtil.createPost(URL);
|
||||
post.header("Content-Type", "application/x-www-form-urlencoded");
|
||||
Map<String, Object> body = new HashMap<String, Object>();
|
||||
Map<String, Object> body = new HashMap<>();
|
||||
body.put("user",USER);
|
||||
String STIME = String.valueOf(System.currentTimeMillis()/1000);
|
||||
body.put("stime",STIME);
|
||||
|
Reference in New Issue
Block a user