摘要: 限流 Throttling 限制'未登录用户' from rest_framework.throttling import AnonRateThrottle ...... class TestView(APIView): # 取消登录/权限限制 authentication_classes = [] 阅读全文
posted @ 2022-12-23 14:29 清安宁 阅读(38) 评论(0) 推荐(0)