摘要: 二次封装Response # 新建response.py文件 from rest_framework.response import Response class APIResponse(Response): def __init__(self, status=0, msg='ok', http_s 阅读全文
posted @ 2020-02-20 22:17 godlover 阅读(189) 评论(0) 推荐(1)