🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 示例 ~~~[api] post:/api/NeedPlatform/getRecruit page#get传过来 limit#get传过来 页数 category_id#分类id area_city_id#曾是id mix_time#发布时间最小值 <<< success { "data": { "total": 4, "per_page": 12, "current_page": 1, "last_page": 1, "data": [ { "id": 4, "title": null, "cv_category": 1, "real_name": "彭刚", "mobile": "17674740830", "nums": 2, "min_age": 3, "max_age": null, "area_pro_id": null, "area_city_id": null, "area_region_id": null, "address": null, "recruit_content": "职位描述", "create_time": "2019-09-07 20:44:21", "recruit_type": "岗位类型", "cv_content": "技能描述", "min_money": 10000, "max_money": 15000, "is_close": 2, "token": "91abefa84df395797332e8304aa2a73c", "company_name": "公司名" }, { "id": 3, "title": null, "cv_category": 1, "real_name": "彭刚", "mobile": "2147483647", "nums": 2, "min_age": 3, "max_age": null, "area_pro_id": null, "area_city_id": null, "area_region_id": null, "address": null, "recruit_content": "职位描述", "create_time": "2019-09-07 20:40:52", "recruit_type": "岗位类型", "cv_content": "技能描述", "min_money": 10000, "max_money": 15000, "is_close": 2, "token": "91abefa84df395797332e8304aa2a73c", "company_name": "公司名" }, { "id": 2, "title": null, "cv_category": 1, "real_name": "彭刚", "mobile": "2147483647", "nums": 2, "min_age": 3, "max_age": null, "area_pro_id": null, "area_city_id": null, "area_region_id": null, "address": null, "recruit_content": "职位描述", "create_time": "2019-09-07 20:34:38", "recruit_type": "岗位类型", "cv_content": "技能描述", "min_money": 10000, "max_money": 15000, "is_close": 2, "token": "91abefa84df395797332e8304aa2a73c", "company_name": null }, { "id": 1, "title": null, "cv_category": 1, "real_name": "彭刚", "mobile": "2147483647", "nums": 2, "min_age": 3, "max_age": null, "area_pro_id": null, "area_city_id": null, "area_region_id": null, "address": null, "recruit_content": "职位描述", "create_time": "2019-09-07 15:30:51", "recruit_type": "岗位类型", "cv_content": "技能描述", "min_money": 10000, "max_money": 15000, "is_close": 2, "token": null, "company_name": null } ] }, "code": 0 } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 ~~~