静态IP 简要
GET
/api/v1/static/brief
Request
None
Responses
🟢200Success
application/json
Body
msg
string | null
optional
code
integer | null
optional
data
array[object (StaticIpApiBriefVO) {5}] | null
optional
name
string | null
optional
type
integer | null
optional
staticId
integer | null
optional
totalIps
integer | null
optional
validIps
integer | null
optional
Example
{
"msg": "",
"code": 0,
"data": [
{
"name": "",
"type": 0,
"staticId": 0,
"totalIps": 0,
"validIps": 0
}
]
}
Modified at 2025-04-03 12:09:08