Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WILL-yy authored Oct 4, 2022
1 parent ac04e39 commit 8a4522c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def submit(s: requests.Session):

# submitted date
"date": time.strftime(r"%Y-%m-%d", time_now),
"jzdz": "北京市怀柔区中国科学院大学雁栖湖校区西区一公寓", # Residential Address
"jzdz": "北京市怀柔区中国科学院大学雁栖湖校区西区七公寓", # Residential Address
"zrzsdd": "1", # Yesterday place to stay 1.雁栖湖 8.京外
# Whether you are in school or not 1.是, 主要是在雁栖湖校区 5.否
"sfzx": "1",
Expand Down Expand Up @@ -69,17 +69,17 @@ def submit(s: requests.Session):
# 昨天是否接受核酸检测
"sfjshsjc": "1", # PCR test? 1.是 0.否
# 第一针接种
"dyzymjzqk": "3", # first vaccination situation 3.已接种
"dyzjzsj": "2021-03-07", # date of first vaccination
"dyzymjzqk": "2", # first vaccination situation 3.已接种
"dyzjzsj": "2021-0-14", # date of first vaccination
"dyzwjzyy": "",
# 第二针接种
"dezymjzqk": "3", # second vaccination situation 3.已接种
"dezymjzqk": "2", # second vaccination situation 3.已接种
"dezjzsj": "2021-03-28", # date of second vaccination
"dezwjzyy": "",
# 第三针接种
"dszymjzqk": "6", # third vaccination situation 6.未接种
"dszjzsj": "2000-01-01", # default time
"dszwjzyy": "在吃其他药物", # reason of non-vaccination
"dszwjzyy": "九价疫苗冲突", # reason of non-vaccination

"gtshryjkzk": "1", # health situation
"extinfo": "", # other information
Expand Down

0 comments on commit 8a4522c

Please sign in to comment.