摘要: 限流 Throttling 限制'未登录用户' from rest_framework.throttling import AnonRateThrottle ...... class TestView(APIView): # 取消登录/权限限制 authentication_classes = [] 阅读全文