local const = {} const['DEFAULT_SUCCESS_CODE'] = 200 const['DEFAULT_SUCCESS_MSG'] = 'Успешно' const['DEFAULT_ERR_CODE'] = 400 return const