From 8bd98f7c206fe073d36a85578b2744e74b59955a Mon Sep 17 00:00:00 2001 From: ReaJason <1587047405@qq.com> Date: Wed, 31 Mar 2021 15:36:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AC=AC=E4=BA=8C=E7=B1=BB?= =?UTF-8?q?=E5=81=A5=E5=BA=B7=E6=89=93=E5=8D=A1=E4=B8=93=E4=B8=9A=E7=8F=AD?= =?UTF-8?q?=E7=BA=A7=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/healthy2_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/healthy2_check.py b/api/healthy2_check.py index bd57d09d..d5685a62 100644 --- a/api/healthy2_check.py +++ b/api/healthy2_check.py @@ -69,7 +69,7 @@ def healthy2_check_in(token, custom_id, post_dict): "collegeId": post_dict["collegeId"], "majorId": post_dict["majorId"], "classId": post_dict["classId"], - "classDescribe": post_dict["classDescribe"], + "classDescribe": post_dict["classDescribeAll"], "temperature": post_dict["temperature"], "confirmed": post_dict["confirmed"], "isolated": post_dict["isolated"],