简要描述

  • 平台职务类型

接口版本

版本号 制定人 制定日期 修订日期
V 1.0 ZQS 2021-08-03 2021-08-03

请求URL:

请求方式:

  • GET

返回示例:

正确时返回:

  1. {
  2. "code": 200,
  3. "msg": "查询成功",
  4. "data": [
  5. {
  6. "value": 1,
  7. "label": "住家保姆"
  8. },
  9. {
  10. "value": 2,
  11. "label": "不住家保姆"
  12. },
  13. {
  14. "value": 3,
  15. "label": "月嫂"
  16. },
  17. {
  18. "value": 4,
  19. "label": "育婴师"
  20. },
  21. {
  22. "value": 5,
  23. "label": "早教师"
  24. },
  25. {
  26. "value": 6,
  27. "label": "病患护工"
  28. },
  29. {
  30. "value": 7,
  31. "label": "养老护工"
  32. },
  33. {
  34. "value": 8,
  35. "label": "管家"
  36. },
  37. {
  38. "value": 9,
  39. "label": "外佣"
  40. },
  41. {
  42. "value": 10,
  43. "label": "钟点工"
  44. },
  45. {
  46. "value": 11,
  47. "label": "保洁清洗"
  48. },
  49. {
  50. "value": 12,
  51. "label": "保养/除害"
  52. },
  53. {
  54. "value": 13,
  55. "label": "居家维修"
  56. },
  57. {
  58. "value": 14,
  59. "label": "搬家/搬运"
  60. },
  61. {
  62. "value": 15,
  63. "label": "代驾"
  64. },
  65. {
  66. "value": 16,
  67. "label": "家教"
  68. },
  69. {
  70. "value": 17,
  71. "label": "贴心服务"
  72. },
  73. {
  74. "value": 18,
  75. "label": "衣服干洗"
  76. }
  77. ]
  78. }

错误时返回:

  1. {
  2. "code": 400,
  3. "errmsg": "查询失败"
  4. }

返回参数data说明:

参数名 类型 说明
value int 诚信职务类型标识
label string 诚信职务类型名称