增量修改域名信息 示例: 请求路径: 示例1: 请求参数: json { "domain": "www.ctyun.cn", "productcode": "007", "ipv6enable": 2, "origin": [ { "role": "master", "port": 80, "origin": "1.1.1.1", "weight": 10 } ], "reqhost": "www.ctyun.cn", "blackreferer": { "allowlist": [ "www.ctyun.cn1" ], "allowempty": "on" }, "whitereferer": { "allowlist": [ "www.ctyun.cn" ], "allowempty": "on" }, "filetypettl": [ { "ttl": 300, "filetype": "ts,mp4", "cachetype": 2, "mode": 0, "cachewithargs": 0 } ], "ipblacklist": "1.1.1.1,2.2.2.2,3.3.3.3", "respheaders": [ { "value": "reqheadertest", "key": "Test" } ], "httpsstatus": "off", "httpsbasic": { "httpsforce": "on", "originprotocol": "https" }, "basicconf": { "httpsreturn": "off" }, "limitspeeduri": [ { "id": "116576155090830", "unit": "Kb/s", "args": "good", "weight": 2 } ], "limitspeeduricondition": { "116576155090830": [ { "mode": 1, "content": "/sss" } ] }, "limitspeedconst": [ { "id": "116576155090830", "unit": "Mb/s", "rate": 1, "weight": 2 } ], "limitspeedconstcondition": { "116576155090830": [ { "mode": 1, "content": "/sss" } ] } } 返回结果: json { "code": 100000, "message": "success" } 错误码请参考:API返回参数code和message含义