INFO:root:[{'用例编号': 'p1', 'title': '登陆', 'method': 'post', 'url': 'http://106.52.242.71:8001/api/auth/login', 'headers': '{"Content-Type":"application/json"}', 'params': '', 'json': '{\n "email": "allnotice@qq.com",\n "password": "22222hua"\n}\n', 'data': '', '预期响应码': 200, '实际响应码': '', '需要变量': '', '提取变量': 'token,code', '响应实例': ''}, {'用例编号': 'p2', 'title': '注册域名', 'method': 'post', 'url': 'http://106.52.242.71:8001/api/user/subdomains/register', 'headers': '{"Content-Type":"application/json","Authorization":"Bearer ${token}"}', 'params': '', 'json': '{\n "subdomain": "bbbbbbbbbbb",\n "domain": "www.vvvv.host"\n}', 'data': '', '预期响应码': 200, '实际响应码': '', '需要变量': '', '提取变量': 'id', '响应实例': '{\n "code": 200,\n "message": "操作成功",\n "data": {\n "id": 11201,\n "userId": 2,\n "subdomain": "t2t",\n "domain": "www.vvvv.host",\n "fullDomain": "t2t.www.vvvv.host",\n "status": "ACTIVE",\n "remark": "allnotice@qq.com",\n "createTime": null,\n "updateTime": null\n },\n "timestamp": "2025-10-13T02:54:10.513305888"\n}'}, {'用例编号': 'p3', 'title': '添加dns', 'method': 'post', 'url': 'http://106.52.242.71:8001/api/user/dns-records', 'headers': '{"Content-Type":"application/json","Authorization":"Bearer ${token}"}', 'params': '', 'json': '{\n "subdomainId": "${int.id}",\n "name": "ddd",\n "type": "AAAA",\n "value": "2408:826a:361a:2980::63",\n "line": "默认",\n "ttl": 600,\n "remark": "网站主页"\n}', 'data': '', '预期响应码': 200, '实际响应码': '', '需要变量': '', '提取变量': 'id', '响应实例': '{\n "code": 200,\n "message": "操作成功",\n "data": {\n "id": 1548,\n "userId": 2,\n "subdomainId": 11199,\n "recordId": 2194978951,\n "name": "192d3",\n "type": "AAAA",\n "value": "2408:826a:361a:2980::63",\n "line": "默认",\n "lineId": "0",\n "ttl": 600,\n "mx": null,\n "weight": null,\n "status": "ENABLE",\n "remark": "网站主页",\n "monitorStatus": null,\n "updatedOn": null,\n "syncStatus": "SUCCESS",\n "syncError": null,\n "createTime": null,\n "updateTime": null\n },\n "timestamp": "2025-10-13T02:56:19.516252303"\n}'}, {'用例编号': 'p4', 'title': '修改记录', 'method': 'post', 'url': 'http://106.52.242.71:8001/api/user/dns-records/modify', 'headers': '{"Content-Type":"application/json","Authorization":"Bearer ${token}"}', 'params': '', 'json': '{\n "id":"${int.id}",\n "type": "CNAME",\n "value": "sd.com",\n "ttl": 600,\n "status": "ENABLE",\n "remark": "更新后的网站主页"\n}', 'data': '', '预期响应码': 200, '实际响应码': '', '需要变量': '', '提取变量': '', '响应实例': '{\n "code": 200,\n "message": "操作成功",\n "data": {\n "id": 1549,\n "userId": 2,\n "subdomainId": 11202,\n "recordId": 2194982407,\n "name": "vvvv",\n "type": "CNAME",\n "value": "vvvv.com",\n "line": "默认",\n "lineId": "0",\n "ttl": 600,\n "mx": null,\n "weight": null,\n "status": "ENABLE",\n "remark": "更新后的网站主页",\n "monitorStatus": null,\n "updatedOn": null,\n "syncStatus": "SUCCESS",\n "syncError": null,\n "createTime": "2025-10-13T15:06:40",\n "updateTime": "2025-10-13T03:08:30.823590575"\n },\n "timestamp": "2025-10-13T03:08:30.959575776"\n}'}, {'用例编号': 'p5', 'title': '删除记录', 'method': 'post', 'url': 'http://106.52.242.71:8001/api/user/dns-records/delete', 'headers': '{"Content-Type":"application/json","Authorization":"Bearer ${token}"}', 'params': '', 'json': '{\n "recordId":"${int.id}"\n}', 'data': '', '预期响应码': 200, '实际响应码': '', '需要变量': '', '提取变量': '', '响应实例': '{\n "code": 200,\n "message": "DNS解析记录删除成功",\n "data": true,\n "timestamp": "2025-10-13T03:12:40.686714541"\n}'}]