... | ... | @@ -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":[
|
|
|
|
|
|
]
|
|
|
}
|
|
|
```` |