将一个任意对象添加到Request对象中, 一般用于在拦截器或者转换器中被获取到标签, 针对某个请求的特殊业务逻辑 使用Request.tag()获取标签
Request.tag()
添加标签 使用Request.tag(name)得到指定标签
Request.tag(name)
标签名称
标签