文档
测试

简历列表

POST
https://guhe.gydtx.com/xcx/index/vitae

请求参数

参数名
类型
描述
必填
keyword
string
示例:关键词
必填
type
string
示例:类型下标id
必填
salary
string
示例:薪资下标id
必填
capacity
string
示例:能力下标id
必填
job
string
示例:行业下标id
必填
area
string
示例:区域
必填
page
string
示例:分页
必填

响应参数

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

说明 / 示例

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