证书续期
POST
https://open.wellsign.cn/api/cert/renew
请求头
参数名
类型
描述
必填
authToken
string
授权token
必填
请求参数
参数名
类型
描述
必填
certId
string
证书Id
必填
validTime
int
证书有效期(个人12个月证书时间参数为3,企业12个月证书时间参数为5)
必填
confirm
boolean
是否确认续期(默认为false),false:如果证书过期时间超过一个月,则不续期;true:不管证书过期时间还有多久,都续期
必填
supplierType
int
ca供应商类型(上海ca参数为1,南京ca参数为2,不传默认取之前的证书供应商)
可选