随笔分类 -  jwt

jwt
摘要:def logging_check(func): def wrap(request, *args,**kwargs): token = request.META.get('HTTP_AUTHORIZATION') if not token: result = {'code':403,'error:' 阅读全文
posted @ 2021-09-08 13:20 kopok 阅读(121) 评论(0) 推荐(0)