mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-30 09:56:18 +08:00
ticket submit api
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user