驗(yàn)證并獲取郵件簽名
更新時(shí)間: 2024-10-17 14:52:22
API信息
測(cè)試環(huán)境 |
|
真實(shí)環(huán)境 |
https://portal.racent.com/ssl/verifyPAC |
請(qǐng)求方式 |
POST |
content-type |
multipart/form-data |
描述 |
根據(jù)collectionCode獲取Sectigo郵件簽名 |
參數(shù)定義
參數(shù)名稱 |
參數(shù)類型 |
必填 |
說明 |
||
api_token |
String |
Y |
身份憑據(jù),生成token請(qǐng)聯(lián)系銳成技術(shù)支持。 |
||
certId |
String |
Y |
racent證書id |
||
collectionCode |
String |
Y |
發(fā)送到申請(qǐng)郵箱的collectionCode |
||
|
|||||
函數(shù)返回 |
|||||
code |
Int |
Y |
返回狀態(tài),具體請(qǐng)見附錄響應(yīng)代碼。 |
||
data
|
Array |
N |
當(dāng)返回狀態(tài)為成功時(shí),此參數(shù)為Y。具體描述如下: |
||
beginDate
|
String |
N |
開始時(shí)間 |
||
endDate
|
String |
N |
終止時(shí)間 |
||
certificate
|
String |
N |
證書 |
||
caCertificate
|
String |
N |
中間證書 |
||
privateKey
|
String |
N |
私鑰 |
||
errors
|
Array or String |
N |
當(dāng)返回狀態(tài)為錯(cuò)誤時(shí),具體錯(cuò)誤信息。 |
||