|
|
### 获取认领企业列表
|
|
|
|
|
|
#### 调用地址
|
|
|
```
|
|
|
/user
|
|
|
```
|
|
|
#### 传参
|
|
|
```javascript
|
|
|
{action: 'get_owner'}
|
|
|
```
|
|
|
|传参|说明|是否必填|
|
|
|
|:---|:---|:---|
|
|
|
|action|接口名|是|
|
|
|
|
|
|
|
|
|
#### 返回值
|
|
|
```javascript
|
|
|
{
|
|
|
status: 0,
|
|
|
message: "请求成功",
|
|
|
data: [
|
|
|
{
|
|
|
owner_id: "6",
|
|
|
user_id: "15629",
|
|
|
included_company_id: "",
|
|
|
company_name: "asdadsas",
|
|
|
company_name_digest: "87f9b7905b9fc00942aca2f194953722",
|
|
|
company_code: "",
|
|
|
province: "",
|
|
|
province_code: "0",
|
|
|
province_short: "",
|
|
|
legal_person: "",
|
|
|
company_address: "",
|
|
|
capital: "",
|
|
|
business_state: "",
|
|
|
company_type: "",
|
|
|
establish_date: "",
|
|
|
notbefore: "",
|
|
|
notafter: "",
|
|
|
authority: "",
|
|
|
auth_date: "",
|
|
|
business_scope: "",
|
|
|
create_time: "2015-07-17 18:14:55",
|
|
|
audit_status: "300",
|
|
|
audit_info: "",
|
|
|
audit_reply: "",
|
|
|
audit_time: "",
|
|
|
attach_orgfile: "/upload/user/20150717181454882.png",
|
|
|
attach_idcard: "",
|
|
|
attach_authfile: "",
|
|
|
owner_account_code: "",
|
|
|
owner_account_bank: "",
|
|
|
owner_account_failnum: "",
|
|
|
owner_account_valid: "1",
|
|
|
remit_amount: "",
|
|
|
account_fail_reason: "",
|
|
|
legalperson_id: "",
|
|
|
owner_email: "",
|
|
|
phone_num: "",
|
|
|
remit_received: "",
|
|
|
has_ic: "",
|
|
|
credit_num: "",
|
|
|
claim_status: "0",
|
|
|
lastupdatetime: "2016-12-06 14:54:12",
|
|
|
validate_type: "",
|
|
|
applicant_name: "",
|
|
|
position: ""
|
|
|
},
|
|
|
{
|
|
|
owner_id: "5",
|
|
|
user_id: "15629",
|
|
|
included_company_id: "",
|
|
|
company_name: "12",
|
|
|
company_name_digest: "b1a7809bc3096dac3b8074b78a789958",
|
|
|
company_code: "",
|
|
|
province: "",
|
|
|
province_code: "0",
|
|
|
province_short: "",
|
|
|
legal_person: "",
|
|
|
company_address: "",
|
|
|
capital: "",
|
|
|
business_state: "",
|
|
|
company_type: "",
|
|
|
establish_date: "",
|
|
|
notbefore: "",
|
|
|
notafter: "",
|
|
|
authority: "",
|
|
|
auth_date: "",
|
|
|
business_scope: "",
|
|
|
create_time: "2015-07-17 18:14:02",
|
|
|
audit_status: "300",
|
|
|
audit_info: "",
|
|
|
audit_reply: "",
|
|
|
audit_time: "2015-07-28 13:08:59",
|
|
|
attach_orgfile: "/upload/user/20150717181359990.png",
|
|
|
attach_idcard: "",
|
|
|
attach_authfile: "",
|
|
|
owner_account_code: "",
|
|
|
owner_account_bank: "",
|
|
|
owner_account_failnum: "",
|
|
|
owner_account_valid: "",
|
|
|
remit_amount: "",
|
|
|
account_fail_reason: "",
|
|
|
legalperson_id: "",
|
|
|
owner_email: "",
|
|
|
phone_num: "",
|
|
|
remit_received: "",
|
|
|
has_ic: "",
|
|
|
credit_num: "",
|
|
|
claim_status: "0",
|
|
|
lastupdatetime: "2016-12-06 14:39:25",
|
|
|
validate_type: "",
|
|
|
applicant_name: "",
|
|
|
position: ""
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
```
|
|
|
|
|
|
|返回值|说明|
|
|
|
|:---|:---|
|
|
|
| message |状态信息|
|
|
|
|
|
|
#### 示例
|
|
|
http://shuidi.dev.pingansec.com/user?action=get_owner |
|
|
\ No newline at end of file |