摘要: 全局response 封装 # 封装全局的Response from rest_framework.response import Response class APIResponse(Response): def __init__(self, code=1, msg='ok', result=No 阅读全文
posted @ 2022-01-11 10:21 hushowee 阅读(660) 评论(0) 推荐(0)