来自ID开放平台
user/get_user_company
获取用户所在企业信息
URL
https://api.10000.com/user/get_user_company
HTTP请求方式
GET
请求参数
| 必选 | 类型及范围 | 说明 | |
|---|---|---|---|
| client_id | true | string | 申请应用时分配的AppKey。 |
| access_token | true | string | 采用OAuth授权方式为必填参数,OAuth授权后获得。 |
| uid | true | integer | 需要查询的用户ID。 |
返回数据
| 返回值字段 | 字段类型 | 字段说明 |
|---|---|---|
| coid | integer | 企业ID |
| coname | string | 企业名称 |
| conick | string | 品牌名称 |
| trade | string | 所属行业 |
| logo | string | 公司LOGO |
| producekey | string | 产品关键词 |
| producearea | integer | 销售区域 |
| cosize | integer | 公司规模 |
| cosign | string | 公司签名 |
| subconame | string | 分公司名称 |
| cocity | integer | 公司所在城市 |
| cophone | string | 公司电话 |
| cofax | string | 公司传真 |
| coaddr | string | 公司地址 |
| cozipcode | string | 邮编 |
| copage | string | 公司主页 |
| cousercount | integer | 企业员工总数 |
| auth_state | integer | 认证状态:0未认证,1进行中,2失败,3成功 |
{
"coid": "10123",
"coname": "企业名称",
"conick": "",
"trade": "2",
"logo": "http://file0.10000.com/25130/2014/01/06/f905b59f.jpg",
"producekey": "产品关键词",
"producearea": "0",
"cosize": "2",
"cosign": "11",
"subconame": "",
"cocity": "16908800",
"cophone": "1111",
"cofax": "111",
"coaddr": "111",
"cozipcode": "",
"copage": "http://www.example.com/",
"cousercount": "0",
"auth_state": "0"
}