yueta
登录
1 2 3 4
| post /signin name pwd captcha
|
退出
意见反馈
1 2 3 4 5 6 7 8
| get /feedbacks
pagesize page
company_email start_time end_time
|
顾问(consultants)相关
排行版
添加顾问
1 2 3 4 5 6
| post /consultants/add
group_id name email is_leader: 0(不是)1(是)
|
标记顾问为离职
1 2
| post /consultants/leave consultant_id
|
获取跟进人列表
今日业绩汇总
1 2 3 4 5
| get /consultants/statistics
group_id start_time end_time
|
客户(companies)相关
客户列表(支持分页,筛选查询)
1 2 3 4 5 6 7 8 9 10
| get /companies
pagesize page
company_email
consultant_id category_id allocated: 0(未分配)1(已分配)
|
查看约Ta职位(查询该客户【公司,企业】下的所有职位列表,支持分页)
1 2 3 4 5 6
| get /positions
pagesize page
company_id
|
简历列表(查看某一职位下的所有简历,支持分页)
1 2 3 4 5 6 7
| get /resumes
pagesize page
company_id position_id
|
更新邮箱
1 2 3 4 5
| post /resumes/update_email // 简历id id email position_id // 职位id
|
稍后联系
1 2 3 4 5
| post /resumes/delay_contact // 简历id id // 备注 remark
|
手机号码无效
1 2 3 4 5
| post /resumes/phone_invalid // 简历id id // 手机号 phone
|
状态处理(获取已有状态数据)
1 2 3
| get /resumes/get_status
id
|
状态处理(更新状态)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
| post /resumes/update_status id name current_status phone expect_salary_start expect_salary_end expect_work_place in_place current_msalary_start current_msalary_end current_ysalary_start current_ysalary_end
resume_time_start resume_time_end resume_company resume_position new_time_start new_time_end new_company new_position
intention call_time working_date resume_remark common_tag yueta_remark msgtify other reasonnintention remark none reasonnintention remark
|
更换跟进人
1 2 3
| post /companies/change_consultant // 一些待确定参数 consultant_id // 更进人id
|
获取待分配公司列表(已废弃)
1 2 3 4 5
| get /companies/will_allocate // 支持筛选 email category_id // 0(免费)1(体验)2(付费) filter_one // true, false
|
分配公司
1 2 3 4
| post /companies/allocate company_ids: [] group_id consultant_id
|
公司分配之报表查询(待确定)
1 2 3 4
| get /companies/reports company_email start_time end_time
|
记录(record)相关
考虑划分到简历下
历史记录(支持分页,筛选查询)
1 2 3 4 5 6 7 8 9 10 11 12 13
| get /record/history
pagesize page
company_email resume_id
category_id
operator_id start_time end_time
|
管理员更改历史状态
1 2
| post /record/update_status // 参数待确定
|
配置(config)相关
省市的查询(看具体实现,也可能是静态数据)
最后更新时间:
文章中有任何不对或者讲的不足的地方,欢迎评论,也可发邮件至794465731@qq.com或者xxxxxmiss@gmail.com