APIView 重新封装requset 方法 ,将authenticators封装到request中
下面self.authentication_classes 就是自定的authentication_classes = [ ]
重新出来,回到dispch方法
接下来来到Request