export default { 401: 'Authentication failed, unable to access system resource', 403: 'The current operation does not have permission', 404: 'Access resource does not exist', default: 'System unknown error, please feedback to administrator' }