创建免费二级域名
POST
/product/domain/free_subdomain最后修改时间: 1 个月前
请求参数
Body 参数application/json
domain_name
string
必需
host_name
string
前缀
is_cloud_flare_proxied
boolean
可选
target_info
string
必需
target_type
enum<string>
必需
枚举值:
rcsrvhrgsrbmcustom
示例
{
"domain_name": "string",
"host_name": "string",
"is_cloud_flare_proxied": true,
"target_info": "string",
"target_type": "rcs"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前