From 0f6cd450e7c26398519c991653fe9b29510a5800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E4=BA=91=E8=BE=89?= <15655267350@163.com> Date: Sun, 15 Aug 2021 14:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E7=A0=81=E5=92=8C=E5=93=8D=E5=BA=94=E5=A4=B4=20#=205.1)=20?= =?UTF-8?q?=E5=85=83=E7=A5=96=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/user/views.py b/user/views.py index 8ba0d98..cc940f7 100644 --- a/user/views.py +++ b/user/views.py @@ -98,4 +98,5 @@ def demo4(): # 目的是为了和前端进行交互,定义一套自定义的交互规则 # return '状态码为 666', 666 # return '状态码为 666', 666, [('Itcast', 'Python')] + # return 响应体, 状态码, 响应头 return '状态码为 666', 666, {'Itcast': 'Python'} -- GitLab