API: 获取我发布的兼职列表
URL: /get_part_time_job_list_by_user_id/
请求方式: POST
参数
tokenID string '2017-03-09152213' 登录tokenID
startIndex int 0 开始条
pageCount int 10 每页显示条数
返回示例
{
"status": "SUCCESS",
"data": [
{
"title": "10",
"price": "10",
"period": "2017-05-162017-05-16",
"longitude": 118.46,
"jobID": "2017-05-16092846490c222a4ae8558774aeab35851a8b07",
"step": 1,
"latitude": 32.03,
"createTime": "2017-05-16 09:28:47",
"typeImage": "http:/xxx"
},
{
"title": "测试",
"price": "10",
"period": "2017-05-182017-05-18",
"longitude": 118.46,
"jobID": "2017-05-18174705ddee86311e03d61bdd8fafffd5121d36",
"step": 1,
"latitude": 32.03,
"createTime": "2017-05-18 17:47:06",
"typeImage": "http://xxx"
}
]
}
返回字段说明
status 返回状态
step 表示发布的兼职的审核状态
1表示正在审核中,2表示已经审核通过, 3表示被驳回