装饰器api
摘要:
import hashlib import time from django.http import HttpResponse key="qwrwertyuiop" visited_key={ #'key':time } def api_auth(func): def inner(request,*args,**kwargs): server_float_... 阅读全文
posted @ 2017-10-03 22:53 vmaze 阅读(128) 评论(0) 推荐(0) 编辑