Fork me on GitHub
摘要: ```python from rest_framework.exceptions import APIException class ServiceUnavailable(APIException): status_code = 201 default_detail = {"username": "root", "msg": "添加用户成功"} default_code = "service_un 阅读全文
posted @ 2020-03-07 16:18 是阿凯啊 阅读(413) 评论(0) 推荐(0) 编辑