Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
修复第二类健康打卡专业班级获取不全
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus-Ja committed Mar 31, 2021
1 parent 991039f commit 8bd98f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/healthy2_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 8bd98f7

Please sign in to comment.