文档
测试

投递/邀请列表

POST
https://guhe.gydtx.com/xcx/member/recruitlist

请求参数

参数名
类型
描述
必填
skey
string
示例:MDAwMDAwMDAwMH-5sWWDhHZrgc2qbbN4g6A
必填
lat
string
示例:纬度
必填
lng
string
示例:经度
必填
type
string
示例:0 投递简历 1 邀请面试
必填
status
string
示例:0 待查看 1 已查看
必填
page
int
示例:1
必填

用户端-响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
object
数据字典
必填
total
int
示例:1
必填
per_page
int
示例:12
必填
current_page
int
示例:1
必填
last_page
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:1
必填
title
string
示例:测试标题1
必填
company
string
示例:公司名称
必填
a_area
string
示例:四川省,成都市,青羊区
必填
a_salary
string
示例:10-20K
必填
a_type
string
示例:全职
必填
status
int
示例:0 待查看 1 已查看
必填
indexpic
string
示例:头像
必填
industry
string
示例:音乐
必填
financing
string
示例:未融资
必填
juli
string
示例:157.43km
必填

说明 / 示例

``` { "code": 0, "msg": { "total": 1, "per_page": 12, "current_page": 1, "last_page": 1, "data": [ { "id": 1, "title": "测试标题1", "company": "公司名称", "a_area": "四川省,成都市,青羊区", "a_salary": "10-20K", "a_type": "全职", "status": 0, "indexpic": "头像", "industry": "音乐", "financing": "未融资", "juli": "157.43km" } ] } } ```

企业端--响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
object
数据字典
必填
total
int
示例:1
必填
per_page
int
示例:12
必填
current_page
int
示例:1
必填
last_page
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:1
必填
nickname
string
示例:姓名
必填
headimgurl
string
示例:https://guhe.gydtx.com/static/uploadfile/ueditor/image/20200521/1590049937445971.jpg
必填
m_area
string
示例:四川省,成都市,青羊区
必填
m_salary
string
示例:5-10K
必填
m_type
string
示例:全职
必填
education
string
示例:初中
必填
age
string
示例:10
必填
capacity
string
示例:20-100W粉丝
必填
status
int
示例:0
必填

实例

``` { "code": 0, "msg": { "total": 1, "per_page": 12, "current_page": 1, "last_page": 1, "data": [ { "id": 1, "nickname": "姓名", "headimgurl": "https://guhe.gydtx.com/static/uploadfile/ueditor/image/20200521/1590049937445971.jpg", "m_area": "四川省,成都市,青羊区", "m_salary": "5-10K", "m_type": "全职", "education": "初中", "age": "10", "capacity": "20-100W粉丝", "status": 0 } ] } } ```