81 lines
2.0 KiB
Plaintext
81 lines
2.0 KiB
Plaintext
路由: /api/v1/forms/owner_effect
|
|
|
|
参数:
|
|
{
|
|
"data_in": "string", # 为空""
|
|
"interview_query": {"start_time":"2022-01-01", "end_time":"2022-12-31"}, # 时间区间 样式 年-月-日 字符串
|
|
"find_column": [
|
|
"string" # 为空 []
|
|
]
|
|
}
|
|
|
|
|
|
返回值:
|
|
{
|
|
"code": 200,
|
|
"msg": "ok",
|
|
"data": {
|
|
"res_msg": { # 返回数据
|
|
"前程无忧": { # 渠道名
|
|
"count": 0, # 总数
|
|
"star_num": 0, # 推荐简历
|
|
"screen_num": 0, # 有效简历
|
|
"exam_num": 0, # 到场面试数
|
|
"offer_num": 0, # 面试通过
|
|
"work_num": 0 # 入职人数
|
|
},
|
|
"人才库": {
|
|
"count": 23,
|
|
"star_num": 23,
|
|
"screen_num": 23,
|
|
"exam_num": 23,
|
|
"offer_num": 23,
|
|
"work_num": 0
|
|
},
|
|
"智联招聘": {
|
|
"count": 0,
|
|
"star_num": 0,
|
|
"screen_num": 0,
|
|
"exam_num": 0,
|
|
"offer_num": 0,
|
|
"work_num": 0
|
|
},
|
|
"Boss直聘": {
|
|
"count": 0,
|
|
"star_num": 0,
|
|
"screen_num": 0,
|
|
"exam_num": 0,
|
|
"offer_num": 0,
|
|
"work_num": 0
|
|
},
|
|
"58同城": {
|
|
"count": 0,
|
|
"star_num": 0,
|
|
"screen_num": 0,
|
|
"exam_num": 0,
|
|
"offer_num": 0,
|
|
"work_num": 0
|
|
},
|
|
"拉勾": {
|
|
"count": 0,
|
|
"star_num": 0,
|
|
"screen_num": 0,
|
|
"exam_num": 0,
|
|
"offer_num": 0,
|
|
"work_num": 0
|
|
}
|
|
},
|
|
"owner_info": [ # 渠道信息
|
|
{
|
|
"owner_name": "前程无忧", # 渠道名
|
|
"year_money": 240, # 年费
|
|
"year": "2022" # 年份
|
|
},
|
|
{
|
|
"owner_name": "智联招聘",
|
|
"year_money": 480,
|
|
"year": "2022"
|
|
}
|
|
]
|
|
}
|
|
} |