haah
This commit is contained in:
9
自动化.py
9
自动化.py
@@ -83,9 +83,12 @@ def main():
|
|||||||
print(i["body"])
|
print(i["body"])
|
||||||
body = i.get("body") or {}
|
body = i.get("body") or {}
|
||||||
|
|
||||||
age = body["resume"]["age"] # 年龄
|
try:
|
||||||
education = body["resume"]["education"] # 大专
|
age = body["resume"]["age"] # 年龄
|
||||||
position = body["resume"]["position"] # 期望职位
|
education = body["resume"]["education"] # 大专
|
||||||
|
position = body["resume"]["position"] # 期望职位
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
text = body.get("text") if body else None
|
text = body.get("text") if body else None
|
||||||
if text and "手机号" in text:
|
if text and "手机号" in text:
|
||||||
|
|||||||
Reference in New Issue
Block a user