本文档为大众产品接口文档 如需不明确请及时联系客服处理!
{
"acme_type": "letsencrypt",
"dns_account_id": 0,
"domain_name_ids": [
0
],
"enable_dns": true,
"independent_application": true,
"not_certificate": true
}curl --location --request POST 'http://prod-cn.your-api-server.com/api/v1/client/site//domain_name/certificate_application' \
--header 'Content-Type: application/json' \
--data-raw '{
"acme_type": "letsencrypt",
"dns_account_id": 0,
"domain_name_ids": [
0
],
"enable_dns": true,
"independent_application": true,
"not_certificate": true
}'{
"code": 0,
"data": null,
"message": "string"
}