# handleAutoDeliverTask ,自动投递岗位 1. 如果 2 小时之内没有获取在线简历 ,则重新获取一下在线简历,没有创建,有则更新 2. 获取职位列表, 按照用户 简历的信息resume_info 中的 skills expectedLocation ,expectedSalary ,expectedPosition ,workYears ,education location 和 职位类型 job_types 中的 年龄,薪资,距离职位的位置,commonSkills,excludeKeywords , user_longitude, user_longitude job_postings和 经纬度 做距离匹配 ,按照 用户中可以配置 is_salary_priority 优先级 按照权重 占比 过滤 defaultValue: [ { "key": "distance", "weight": 50 }, { "key": "salary", "weight": 20 }, { "key": "work_years", "weight": 10 }, { "key": "education", "weight": 20} ] 3.投递合适匹配的岗位