文档
测试

首页数据

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

请求参数

参数名
类型
描述
必填
skey
string
示例:MDAwMDAwMDAwMH-5sWWDhHZrgc2qbbN4g6A
必填
area
string
区域示例:成都市
必填
lat
float
示例:30.67882
必填
lng
float
示例:103.971002
必填
page
int
分页示例:1
必填

用户端--响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
object
数据字典
必填
xcx_banner_index
array
banner数据列表
必填
img
string
示例:https://guhe.gydtx.com/static/uploadfile/file/2020-05-25/5ecb652ef0f7d.jpg
必填
url
string
示例:
必填
info
string
示例:
必填
type
string
示例:1
必填
list
object
数据字典
必填
code
int
示例:0
必填
msg
object
数据字典
必填
total
int
示例:1
必填
per_page
int
示例:12
必填
current_page
int
示例:1
必填
last_page
int
示例:1
必填
data
array
数据列表
必填
id
int
数据id示例:1
必填
title
string
标题示例:测试标题1
必填
type
string
示例:全职
必填
salary
string
示例:10-20K
必填
area
string
示例:四川省,成都市,青羊区
必填
juli
string
示例:11352.82km
必填
company
object
数据字典
必填
company
string
示例:公司名称
必填
indexpic
string
示例:头像
必填
industry
string
示例:音乐
必填
financing
string
示例:未融资
必填
scale
string
示例:10-20人
必填

说明 / 示例

``` { "code": 0, "msg": { "xcx_banner_index": [ { "img": "https://guhe.gydtx.com/static/uploadfile/file/2020-05-25/5ecb652ef0f7d.jpg", "url": "", "info": "", "type": "1" }, { "img": "https://guhe.gydtx.com/static/uploadfile/file/2020-05-25/5ecb652ef0f7d.jpg", "url": "", "info": "", "type": "2" } ], "list": { "code": 0, "msg": { "total": 1, "per_page": 12, "current_page": 1, "last_page": 1, "data": [ { "id": 1, "title": "测试标题1", "agentid": 1, "type": "全职", "salary": "10-20K", "area": "四川省,成都市,青羊区", "juli": "11352.82km", "company": { "company": "公司名称", "indexpic": "头像", "industry": "音乐", "financing": "未融资", "scale": "10-20人" } } ] } } } } ```

企业端--响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
object
数据字典
必填
xcx_banner_index
array
数据列表
必填
img
string
示例:https://guhe.gydtx.com/static/uploadfile/file/2020-05-25/5ecb652ef0f7d.jpg
必填
url
string
示例:
必填
info
string
示例:
必填
type
string
示例:1
必填
list
object
数据字典
必填
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": { "xcx_banner_index": [ { "img": "https://guhe.gydtx.com/static/uploadfile/file/2020-05-25/5ecb652ef0f7d.jpg", "url": "", "info": "", "type": "1" }, { "img": "https://guhe.gydtx.com/static/uploadfile/file/2020-05-25/5ecb652ef0f7d.jpg", "url": "", "info": "", "type": "2" } ], "list": { "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": "全职" } ] } } } } ```