Add New Ipwhite
POST /api/IpWhite/Add
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Query
secret
string
from user's secret
Body
Name
Type
Description
ipList
string
e.g:127.0.0.1;127.0.0.2
mealType
number
1 dynamic country 2 dynamic city 3 isp Exclusive 4 isp Share
Response
{
"message": "string",
"code": 200
}{
"message": "string",
"code": 500
}Last updated