mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-30 09:56:18 +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