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
  • delete_contact

delete_contact · Changes

Page history
xiaolong.jin created page: delete_contact authored Dec 14, 2016 by 金小龙's avatar 金小龙
Show whitespace changes
Inline Side-by-side
Showing with 30 additions and 0 deletions
+30 -0
  • delete_contact.md delete_contact.md +30 -0
  • No files found.
delete_contact.md 0 → 100644
View page @ 1c7a6041
### 删除联系人
#### 接口
```
/user
```
#### 传参
```javascript
{action: 'delete_contact', 'touid': 10, 'tocid': '57cf8faa95a6107725c5177d6ee7ef8d'}
```
|传参|说明|是否必填|
|:---|:---|:---|
|action|接口名|是|
|touid|用户id|是|
|tocid|公司digest|是|
#### 返回值
```javascript
{
status: 0,
message: "请求成功",
data: {}
```
#### 示例
http://shuidi.dev.pingansec.com/user?action=delete_contact&touid=123&tocid=57cf8faa95a6107725c5177d6ee7ef8d
\ 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