{ "data": [ "2", "3" ] }
curl --location --request POST 'http://127.0.0.1:8080/api/delDomainById?apikey=666' \ --header 'apikey;' \ --header 'Content-Type: application/json' \ --data-raw '{ "data": [ "2", "3" ] }'
{ "code": 200, "msg": "请求成功", "result": { "done": "已执行" }, "timestamp": "1699958043381" }