ticket submit api

This commit is contained in:
Sola
2015-12-06 05:03:37 +08:00
parent 81a502e6cf
commit 5d38f3270f
11 changed files with 157 additions and 26 deletions

View File

@@ -15,6 +15,7 @@ public enum Command {
REGISTER(0, ".*"),
QUERY(1, "Query"),
SUBMIT(1, "Submit"),
;
private static final Map<Integer, Command> ID_MAP = new HashMap<>();