API: 获取兼职列表
URL: /get_part_time_job_list/
请求方式: POST
参数
tokenID string '2017-03-09152213' 登录tokenID,没有传值为‘ -1 ’
startIndex int 0 开始条
pageCount int 10 每页显示条数
typeID string 'xxx' 筛选类型ID,全部或者没有传值为‘ -1 ’
startDate string '2017-02-09' 筛选开始时间,格式为年月日
endDate string '2017-02-19' 筛选结束时间,格式为年月日
cityID string '63' 城市ID, 没有传值为‘ -1 ’
countyID string '1588' 区县ID, 没有传值为‘ -1 ’
searchKey string 'xxx' 搜索关键字,没有传值是'-1'
返回示例
{
"status": "SUCCESS",
"data": [
{
"title": "南大仙林校区招收兼职人员",
"price": "20元每天",
"period": "2017-02-23~2017-03-23",
"longitude": 118.642,
"jobID": "2017-02-231454556bd0c3baa0e88becc0dc1f770ff38dd4",
"latitude": 32.0651,
"typeImage": "http://xxx",
"applicateState": true,
"countyName": '鼓楼区'
}
]
}
返回字段说明
status 返回状态
applicateState boolean true '是否可以申请兼职, 值为true表示可以申请, 为false表示已经申请过该职位,不能重复申请'
网友评论