删除白名单

POST /api/IpWhite/Delete

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Query

secret

string

来自于用户的secret

Body

Name
Type
Description

ids

arrary

例如["xxx","aaaa"]

Response

{
  "message": "string",
  "code": 200
}