幻影二级域名分发系统PHP版本完全免费,下载地址:https://blog.52hyjs.com/post-954.html
| 参数名 | 类型 | 必需 | 描述 |
|---|---|---|---|
| token | string | ✅ | 用户token |
| act | string | ✅ | 固定值: list |
{
"code": 0,
"msg": "获取域名列表成功",
"data": {
"group": "VIP会员",
"type": "A,AAAA,CNAME,MX,TXT,SRV",
"domain_list": [
{
"id": 1,
"domain": "example.com",
"icp": "京ICP备12345678号",
"description": "示例域名",
"qianzhui": "www,@,mail",
"cert_force": 1,
"sort": 1,
"api_price": 10.00,
"state": 0,
"icptype": "备案域名",
"source": "api"
},
{
"id": 2,
"domain": "shopdomain.com",
"icp": "沪ICP备87654321号",
"description": "商铺域名",
"qianzhui": "www,@",
"cert_force": 0,
"sort": 2,
"api_price": 15.00,
"state": 0,
"icptype": "备案域名",
"source": "shop_linked",
"shop_id": 5,
"shop_endtime": "2026-01-01 00:00:00"
}
]
}
}| 字段 | 说明 | 示例 |
|---|---|---|
| domain | 域名 | aaeg.cn |
| icp | ICP备案号 | null |
| description | 说明 | null |
| qianzhui | 禁止解析前缀 | www,@ |
| cert_force | 是否需要实名 | 0无需 1需要 |
| sort | 排序 | 0 |
| api_price | 对接价格 | 单位/月 |
| icptype | 备案类型 | 阿里云备案 |