Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
web-php
web-php
  • 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 94
    • Merge requests 94
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • web-phpweb-php
  • Wiki
    • Server
    • Apis
  • personal_card

personal_card · Changes

Page history
wangchangchun created page: server/apis/personal_card authored Jul 22, 2019 by 王常春's avatar 王常春
Hide whitespace changes
Inline Side-by-side
Showing with 31 additions and 1 deletion
+31 -1
  • server/apis/personal_card.md server/apis/personal_card.md +31 -1
  • No files found.
server/apis/personal_card.md
View page @ 2a0d4962
# Wiki个人名片
\ No newline at end of file
# Wiki个人名片
### 添加编辑个人名片
#### 描述
添加或者编辑个人名片信息
#### URL
http://baike.shuidi.dev.pingansec.com/my-company/pbc?action=save
#### Method
POST
#### 参数
参数名称 | 是否必须 | 类型 | 说明
------- | ------- | ----| ----
action | 是 | string | 固定为save
position_id | 是 | int| 职位ID
photo | 是 | string | 头像
phone | 是 | string | 电话
wechat | 否 | string | 微信号
email | 否 | string | 邮箱
intro | 否 | string | 简介
id | 否 | integer| 名片ID,更新必须,不传为新建
#### 返回
````
{
"status":0,
"message":"请求成功!",
"data":[
]
}
````
Clone repository
  • code
  • conference_records
  • crontab_list
  • Home
  • server
    • apis
      • 360_order
      • comment
      • medical
      • personal_card
      • test
  • server_apis
  • tools_php_usage