Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
shuidiapp
shuidiapp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • shuidiappshuidiapp
  • Wiki
  • get_owner

Last edited by 陈昌 Dec 07, 2016
Page history

get_owner

获取认领企业列表

调用地址

/user

传参

{action: 'get_owner'}
传参 说明 是否必填
action 接口名 是

返回值

{
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

Clone repository
  • add_application
  • agree_application
  • api_desc
  • api_list
  • autobiography
  • base_info
  • branch
  • cancel_follow
  • change
  • change_applicant_name
  • change_avatar
  • change_logo
  • change_nickname
  • change_password
  • change_position
View All Pages