package com.hjx.parent.api; public class ChatError { String code; String message; String param; String type; }