ChatError.java 128 Bytes edit raw blame history 1 2 3 4 5 6 7 8 package com.hjx.parent.api; public class ChatError { String code; String message; String param; String type; }