简要描述
- 调用接口查看公司详情
接口版本
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
V 1.0 | xxxx-xx-xx |
请求URL:
请求方式:
- GET
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
access_token | 是 | string | 获取到的授权码access_token |
urlcode | 是 | string | 要查看的公司urlcode |
返回示例:
正确时返回一:
{
"code": 200,
"msg": "公司查询成功!",
"data": {
"company_logo": "images/company_logo/2019/06/24/c2bd89a0f924e164c464534cec107aa2.jpg",
"business_license": "images/business_license/2019/06/24/1ea9479b063d1104867096073242fc64.jpg",
"company_name": "广州市育英家政服务有限公司",
"unified_social_credit_code": "91440106558377480Y",
"types_of_enterprises": "",
"legal_representative": "张小姐",
"registered_capital": "0.00",
"date_of_establishment": "2015-05-09",
"business_term_starting_time": "",
"business_term_closing_time": "",
"business_scope": "--",
"registration_authority": "",
"date_of_issue": null,
"website": "--",
"chinese_domain_name": "",
"management_model": "",
"opening_hours": "",
"total_business_area": "",
"number_of_local_stores": "",
"number_of_outside_stores": "",
"employee_management_style": "",
"number_of_managers": "",
"number_of_employees": "12",
"number_of_nonstaff_personnel": "5186",
"training_mode": "",
"appraisal_institution": "",
"total_assets": "",
"total_liabilities": null,
"business_income": "",
"province": "广东",
"city": "广州",
"area": "天河",
"contacts": "张小姐",
"phone_number": "18925049904",
"cell_phone": "18925049904",
"emergency_contact_number": "38896738、38783702",
"fax_number": "--",
"e_mail": "872101320@qq.com",
"registered_address": "广东广州天河区黄埔大道陶育路88号暨南商业中心310室(即广州市第一 一三中学大门正对面)",
"business_address": "广东广州天河区黄埔大道陶育路88号暨南商业中心310室(即广州市第一 一三中学大门正对面)",
"postal_code": "--",
"file_establishment_date": "1561340403",
"file_change_date": null,
"urlcode": "df5f21a241beff726402cd500745ce79",
"is_authentication": "0",
"platform": "2",
"association": [
{
"entry_name": "布谷鸟业务平台",
"company_level": "三星",
"time": "1561630849"
}
],
"grade": null,
"employee_count": "6191",
"customer_count": "1275",
"order_count": "1472",
"haoping_count": "869",
"zhongping_count": "0",
"chaping_count": "0",
"tousu_count": "0",
"ltems": [
{
"service_ltems": "11",
"ltems_name": "保洁清洗",
"ltems_count": 21
},
{
"service_ltems": "1",
"ltems_name": "住家保姆",
"ltems_count": 467
},
{
"service_ltems": "0",
"ltems_name": null,
"ltems_count": 30
},
{
"service_ltems": "10",
"ltems_name": "钟点工",
"ltems_count": 274
},
{
"service_ltems": "2",
"ltems_name": "不住家保姆",
"ltems_count": 462
},
{
"service_ltems": "3",
"ltems_name": "月嫂",
"ltems_count": 39
},
{
"service_ltems": "6",
"ltems_name": "病患护工",
"ltems_count": 8
},
{
"service_ltems": "4",
"ltems_name": "育婴师",
"ltems_count": 170
},
{
"service_ltems": "5",
"ltems_name": "早教师",
"ltems_count": 1
}
],
"platforms": [
{
"entry_name": "家政天下业务平台",
"employee_count": "6159",
"customer_count": "1274",
"order_count": "1471",
"haoping_count": "869",
"zhongping_count": "0",
"chaping_count": "0",
"tousu_count": null
},
{
"entry_name": "后台开发者",
"employee_count": "27",
"customer_count": "0",
"order_count": "0",
"haoping_count": "0",
"zhongping_count": "0",
"chaping_count": "0",
"tousu_count": null
}
],
"耗时": 0.35
}
}
错误时返回一:
{
"code": 400,
"msg": "access_token 无效!",
"data": {
"status": "error"
}
}
说明:出现此错误时,请重新请求授权。
错误时返回二:
{
"code": 400,
"msg": "您查询的公司不存在!",
"data": null
}
说明:出现此错误时,请确认urlcode是否正确。