POST /api/IpWhite/Add
POST
<Description of the endpoint>
Headers
Content-Type
application/json
secret
string
来自于用户的secret
Body
ipList
例如127.0.0.1;127.0.0.2
mealType
number
1动态国家2动态城市3静态4共享
Response
{ "message": "string", "code": 200 }
{ "message": "string", "code": 500 }