POST /api/IpWhite/Delete
POST
<Description of the endpoint>
Headers
Content-Type
application/json
secret
string
来自于用户的secret
Body
ids
arrary
例如["xxx","aaaa"]
Response
{ "message": "string", "code": 200 }
{ "message": "string", "code": 500 }