摘要: 一、基于自定义表编写认证类 认证类: auth.py: # 写一个类继承BaseAuthentication,重写authenticate方法 from rest_framework.authentication import BaseAuthentication from rest_framewo 阅读全文
posted @ 2023-09-12 18:55 Maverick-Lucky 阅读(140) 评论(0) 推荐(0)