Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 451 Bytes

updateDomainCertInfoById.md

File metadata and controls

39 lines (26 loc) · 451 Bytes

更新域名证书信息

1、请求地址:/api/updateDomainCertInfoById

2、请求方式:POST

3、请求参数

参数 类型 必须 说明
id int 域名id

4、返回参数

5、请求示例

POST {{baseUrl}}/api/updateDomainCertInfoById
Content-Type: application/json
X-Token: <token>

{
  "id": 1
}

6、返回示例

{
  "code": 0,
  "data": null,
  "msg": "success"
}