mirror of
				https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
				synced 2025-11-01 02:46:19 +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
	 Sola
					Sola