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_invite_content

get_invite_content · Changes

Page history
wangqs created page: get_invite_content authored Jan 06, 2017 by 互联网应用开发's avatar 互联网应用开发
Hide whitespace changes
Inline Side-by-side
Showing with 42 additions and 0 deletions
+42 -0
  • get_invite_content.md get_invite_content.md +42 -0
  • No files found.
get_invite_content.md 0 → 100644
View page @ 9138cc4d
### 个人主页
#### 获取联系人列表
```
/out-api
```
#### 传参
```javascript
{
action: 'get_invite_info',
invite_id:'invite_id'
}
```
|传参|说明|是否必填|
|:---|:---|:---|
|action|接口名|是|
|invite_id|邀请id|是|
#### 返回值
```javascript
{
id: "4",
company_name_digest: "27d4a450559f1953144039feb9278f1c",
partner_company_name_digest: "57cf8faa95a6107725c5177d6ee7ef8d",
phone: "",
status: "0",
add_time: "2016-12-22 18:06:04",
lastupdatetime: "2016-12-22 18:06:04",
company_name: "浙江蓝海环保有限公司"
}
```
|返回值|说明|
|:---|:---|
| id |invite_id|
|company_name|公司名|
#### 示例
http://shuidi.dev.pingansec.com/out-api?action=get_invite_info&invite_id=4
\ No newline at end of file
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