[关闭]
@big-bear 2016-03-24T03:09:37.000000Z 字数 901 阅读 982

就业系统首页查询

接口 api


首页查询

URL

/portal/home/search

参数

字段 描述 类型 备注
title 标题 string
pageSize int
pageIndex int

返回值

  1. {
  2. "data": [
  3. {
  4. "title": "测试",
  5. "id": 64,
  6. "type": "双选会",
  7. "lastUpdate": "2016-03-24 10:00:25"
  8. },
  9. {
  10. "title": "历史的春天",
  11. "id": 125,
  12. "type": "招聘信息",
  13. "lastUpdate": "2016-03-23 17:37:33"
  14. },
  15. {
  16. "title": "第二双选会",
  17. "id": 43,
  18. "type": "双选会",
  19. "lastUpdate": "2016-03-23 17:32:55"
  20. },
  21. {
  22. "title": "春季",
  23. "id": 57,
  24. "type": "双选会",
  25. "lastUpdate": "2016-03-23 17:32:44"
  26. },
  27. {
  28. "title": "新加双选会",
  29. "id": 63,
  30. "type": "双选会",
  31. "lastUpdate": "2016-03-23 17:06:49"
  32. },
  33. {
  34. "title": "招聘会",
  35. "id": 66,
  36. "type": "宣讲会",
  37. "lastUpdate": "2016-03-23 16:05:20"
  38. },
  39. {
  40. "title": "中兴通讯",
  41. "id": 112,
  42. "type": "招聘信息",
  43. "lastUpdate": "2016-03-23 15:25:28"
  44. },
  45. {
  46. "title": "神",
  47. "id": 121,
  48. "type": "招聘信息",
  49. "lastUpdate": "2016-03-23 15:11:14"
  50. },
  51. {
  52. "title": "暮暮工作室招聘",
  53. "id": 123,
  54. "type": "招聘信息",
  55. "lastUpdate": "2016-03-23 15:03:39"
  56. },
  57. {
  58. "title": "谷歌招聘招聘",
  59. "id": 65,
  60. "type": "宣讲会",
  61. "lastUpdate": "2016-03-23 15:02:13"
  62. }
  63. ],
  64. "total": 35,
  65. "pageIndex": 0,
  66. "pageSize": 10,
  67. "totalPages": 4,
  68. "currentPageSize": 10
  69. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注