编辑白名单
POST /api/IpWhite/Update
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Query
secret
string
来自于用户的secret
Body
Name
Type
Description
ipList
string
例如127.0.0.1;127.0.0.2
id
string
白名单id
Response
{
"message": "string",
"code": 200
}{
"message": "string",
"code": 500
}