摘要: 自定义频率类 from rest_framework.throttling import BaseThrottle class MyThrottling(): VISIT_RECORD = {} def __init__(self): self.history = None def allow_re 阅读全文
posted @ 2022-06-22 19:57 末笙 阅读(59) 评论(0) 推荐(0)