Django-restframework 认证

【view层】python from rest_framework.authentication import BaseAuthentication from rest_framework import exceptions # 认证类 class MyAuthentication(object): def authenticate(self, request): #
相关文章
相关标签/搜索