简要描述

  • 调用接口查看公司详情

接口版本

版本号 制定人 制定日期 修订日期
V 1.0 xxxx-xx-xx

请求URL:

请求方式:

  • GET

请求参数:

参数名 是否必须 类型 说明
access_token string 获取到的授权码access_token
urlcode string 要查看的公司urlcode

返回示例:

正确时返回一:

  1. {
  2. "code": 200,
  3. "msg": "公司查询成功!",
  4. "data": {
  5. "company_logo": "images/company_logo/2019/06/24/c2bd89a0f924e164c464534cec107aa2.jpg",
  6. "business_license": "images/business_license/2019/06/24/1ea9479b063d1104867096073242fc64.jpg",
  7. "company_name": "广州市育英家政服务有限公司",
  8. "unified_social_credit_code": "91440106558377480Y",
  9. "types_of_enterprises": "",
  10. "legal_representative": "张小姐",
  11. "registered_capital": "0.00",
  12. "date_of_establishment": "2015-05-09",
  13. "business_term_starting_time": "",
  14. "business_term_closing_time": "",
  15. "business_scope": "--",
  16. "registration_authority": "",
  17. "date_of_issue": null,
  18. "website": "--",
  19. "chinese_domain_name": "",
  20. "management_model": "",
  21. "opening_hours": "",
  22. "total_business_area": "",
  23. "number_of_local_stores": "",
  24. "number_of_outside_stores": "",
  25. "employee_management_style": "",
  26. "number_of_managers": "",
  27. "number_of_employees": "12",
  28. "number_of_nonstaff_personnel": "5186",
  29. "training_mode": "",
  30. "appraisal_institution": "",
  31. "total_assets": "",
  32. "total_liabilities": null,
  33. "business_income": "",
  34. "province": "广东",
  35. "city": "广州",
  36. "area": "天河",
  37. "contacts": "张小姐",
  38. "phone_number": "18925049904",
  39. "cell_phone": "18925049904",
  40. "emergency_contact_number": "38896738、38783702",
  41. "fax_number": "--",
  42. "e_mail": "872101320@qq.com",
  43. "registered_address": "广东广州天河区黄埔大道陶育路88号暨南商业中心310室(即广州市第一 一三中学大门正对面)",
  44. "business_address": "广东广州天河区黄埔大道陶育路88号暨南商业中心310室(即广州市第一 一三中学大门正对面)",
  45. "postal_code": "--",
  46. "file_establishment_date": "1561340403",
  47. "file_change_date": null,
  48. "urlcode": "df5f21a241beff726402cd500745ce79",
  49. "is_authentication": "0",
  50. "platform": "2",
  51. "association": [
  52. {
  53. "entry_name": "布谷鸟业务平台",
  54. "company_level": "三星",
  55. "time": "1561630849"
  56. }
  57. ],
  58. "grade": null,
  59. "employee_count": "6191",
  60. "customer_count": "1275",
  61. "order_count": "1472",
  62. "haoping_count": "869",
  63. "zhongping_count": "0",
  64. "chaping_count": "0",
  65. "tousu_count": "0",
  66. "ltems": [
  67. {
  68. "service_ltems": "11",
  69. "ltems_name": "保洁清洗",
  70. "ltems_count": 21
  71. },
  72. {
  73. "service_ltems": "1",
  74. "ltems_name": "住家保姆",
  75. "ltems_count": 467
  76. },
  77. {
  78. "service_ltems": "0",
  79. "ltems_name": null,
  80. "ltems_count": 30
  81. },
  82. {
  83. "service_ltems": "10",
  84. "ltems_name": "钟点工",
  85. "ltems_count": 274
  86. },
  87. {
  88. "service_ltems": "2",
  89. "ltems_name": "不住家保姆",
  90. "ltems_count": 462
  91. },
  92. {
  93. "service_ltems": "3",
  94. "ltems_name": "月嫂",
  95. "ltems_count": 39
  96. },
  97. {
  98. "service_ltems": "6",
  99. "ltems_name": "病患护工",
  100. "ltems_count": 8
  101. },
  102. {
  103. "service_ltems": "4",
  104. "ltems_name": "育婴师",
  105. "ltems_count": 170
  106. },
  107. {
  108. "service_ltems": "5",
  109. "ltems_name": "早教师",
  110. "ltems_count": 1
  111. }
  112. ],
  113. "platforms": [
  114. {
  115. "entry_name": "家政天下业务平台",
  116. "employee_count": "6159",
  117. "customer_count": "1274",
  118. "order_count": "1471",
  119. "haoping_count": "869",
  120. "zhongping_count": "0",
  121. "chaping_count": "0",
  122. "tousu_count": null
  123. },
  124. {
  125. "entry_name": "后台开发者",
  126. "employee_count": "27",
  127. "customer_count": "0",
  128. "order_count": "0",
  129. "haoping_count": "0",
  130. "zhongping_count": "0",
  131. "chaping_count": "0",
  132. "tousu_count": null
  133. }
  134. ],
  135. "耗时": 0.35
  136. }
  137. }

错误时返回一:

  1. {
  2. "code": 400,
  3. "msg": "access_token 无效!",
  4. "data": {
  5. "status": "error"
  6. }
  7. }

说明:出现此错误时,请重新请求授权。

错误时返回二:

  1. {
  2. "code": 400,
  3. "msg": "您查询的公司不存在!",
  4. "data": null
  5. }

说明:出现此错误时,请确认urlcode是否正确。