const EmojiText = { 0: 'O_O', // 空 200: '^_^', // 成功 400: 'T_T', // 错误请求 500: 'X_X' // 服务器内部错误,无法完成请求 } export default EmojiText