Authorization: Bearer ********************
{
"pageNow": "string",
"pageSize": "string",
"orderNo": "string",
"startDate": "string",
"endDate": "string",
"remark": "string",
"appId": "string"
}
curl --location --request POST '/openapi/getIPList' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNow": "string",
"pageSize": "string",
"orderNo": "string",
"startDate": "string",
"endDate": "string",
"remark": "string",
"appId": "string"
}'
{
"code": 0,
"msg": "获取成功",
"data": {
"pageNow": 1,
"pageSize": 10,
"list": [
{
"id": 0,
"orderNo": "",
"staticId": 0,
"host": "",
"port": "",
"ip": "",
"region": "",
"remainingDay": 0,
"status": 1,
"user": "",
"password": "",
"buyTime": "2025-03-17 23:03",
"expireTime": "2025-03-24 23:03",
"remark": "",
"renewDuration": 0
}
],
"total": 1
}
}