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/360_order authored Oct 10, 2019 by 王常春's avatar 王常春
Hide whitespace changes
Inline Side-by-side
Showing with 25 additions and 0 deletions
+25 -0
  • server/apis/personal_card.md server/apis/personal_card.md +25 -0
  • No files found.
server/apis/personal_card.md
View page @ a5461116
...@@ -86,3 +86,28 @@ id_card | 是 | string | 身份证号码 ...@@ -86,3 +86,28 @@ id_card | 是 | string | 身份证号码
] ]
} }
```` ````
### 名片批量提交
#### 描述
名片批量提交提交接口,会向第三方接口校验名片身份证、姓名、手机号正确性
#### URL
http://baike.shuidi.dev.pingansec.com/my-company/pbc?action=batch_submit_pc
#### Method
POST
#### 参数
参数名称 | 是否必须 | 类型 | 说明
------- | ------- | ----| ----
action | 是 | string | 固定为batch_submit_pc
content | 是 | string| 批量提交名片数组
proof | 是 | string | 证明数组
#### 返回
````
{
"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