mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2026-02-11 12:49:31 +08:00
use get method to submit ticket
This commit is contained in:
@@ -27,7 +27,7 @@ public enum Command {
|
||||
|
||||
static {
|
||||
for (Command type : values()) {
|
||||
if (type.id > 0) {
|
||||
if (type.id >= 0) {
|
||||
ID_MAP.put(type.id, type);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user