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