文档
测试

(App端)个人和企业证书获取

POST
https://test.wellsign.cn/matrix/client/identity/cert

接口描述

申请证书(App端)

请求头

参数名
类型
描述
必填
token
string
新版后台 token
必填

请求参数

参数名
类型
描述
必填
identityId
long
实人id(申请证书为个人实人证书时传值)
可选
teamId
long
团队id(申请证书为团队证书时传值)
可选

响应参数

参数名
类型
描述
必填
code
int
响应码。0:成功;其他代表错误
必填
msg
string
提示信息
必填
data
object
返回数据
必填
identityExpireTime
string
证书过期时间
必填
identityName
string
对应实名,团队时返回
必填
identityId
string
实名id
必填
identityUrl
string
证书url
必填
identityPassword
string
证书密码
必填
wsopCertId
string
wsop证书id
必填

说明 / 示例

{ "code": 0, "msg": "success", "data": { "identityExpireTime": "2022-11-20 00:00:00", "identityName": "matrix测试", "identityId": 4, "identityUrl": "https://wellsign-test.oss-cn-hangzhou.aliyuncs.com/identity/team/1.p12", "identityPassword": "RVcTOKSzPDLm6eW9" } }