获取白名单
Get /api/IpWhite/FindByMealType
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Query
secret
string
来自于用户的secret
mealType
number
1动态国家2动态城市3静态4共享
Response
{
"ipList": "string",
"mealType": 0,
"createTime": "2024-05-22T22:32:01.622Z",
"createId": "string",
"id": "string"
}{
"message": "string",
"code": 500
}