{
"auth_code": "string"
}
curl --location --request POST 'https://dns.zhuoba.net/api/domain_name/api/domain_name/statistics' \
--header 'Content-Type: application/json' \
--data-raw '{
"auth_code": "string"
}'
{
"msg": "操作成功",
"code": 200,
"data": {
"dnsRecord_Count": 2,
"substation_Count": 3,
"domainName_Count": 3,
"user_Count": 16,
"name": "幻影二级域名分发系统"
}
}