频率组件
摘要:
限制用户一分钟只能访问3次from rest_framework.throttling import BaseThrottle import time ''' 11:19:40 VISIT_RECORD={ "127.0.0.1":[11:19:20,11:19:10,11:19:00] # 最近三次的访问时间 } ''' # 为... 阅读全文
posted @ 2018-09-24 20:12 杨倩_python全栈开发 阅读(178) 评论(0) 推荐(0)
浙公网安备 33010602011771号