check_custom_domain
Check availability of a subdomain prefix for the demox.site domain, verifying if it is free or already bound to a specified website.
Instructions
检查自定义子域名前缀是否可用,域名格式为 .demox.site
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subdomain | Yes | 要检查的子域名前缀,例如 my-demo | |
| websiteId | No | 当前网站 ID(可选)。传入后,如果该前缀已绑定到自己,也会视为可用 |