摘要: 1.自定义封装response对象 1.1 自已2b版:太固定了很不好,没办法传原来response的其他参数 封装 class MyResponse(Response): def __init__(self): self.status = 100 self.msg = '成功' @property 阅读全文
posted @ 2021-12-06 12:27 Edmond辉仔 阅读(197) 评论(0) 推荐(0) 编辑