新增白名单
POST /api/IpWhite/Add
<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
mealType
number
1动态国家2动态城市3静态4共享
Response
{
"message": "string",
"code": 200
}{
"message": "string",
"code": 500
}