獲取白名單列表

基礎信息

接口狀態:已完成

請求地址:https://goapi.f8.321174.com/index/index/allowlist

請求方式:GET

內容類型:multipart/form-data

認證方式:無需認證

請求參數

參數名
參數值
是否必填
參數類型
描述說明

appkey

ae9ba2fd71fd1b35386d5f2c8cd6f064

String

page

1

String

頁碼

size

10

String

每頁個數

響應示例

成功(200)

{
    "ret": 0,
    "code": 1,
    "msg": "success",
    -"ret_data": {
        "count": 2,
        -"list": [
                -{
                    "id": 2223,
                    "uid": 1120938,
                    "mark_ip": "10.0.0.2",
                    "ip": 167772162,
                    "status": 1,
                    "created_at": 1750990515,
                    "updated_at": 1750990515,
                    "mark": "",
                    "lock": 0,
                    "is_biger": 0,
                    "is_dx": 0,
                    "is_unlimited": 0
            },
            -{
                    "id": 1616,
                    "uid": 1120938,
                    "mark_ip": "10.0.0.1",
                    "ip": 167772161,
                    "status": 1,
                    "created_at": 1750990515,
                    "updated_at": 1750990515,
                    "mark": "01",
                    "lock": 0,
                    "is_biger": 0,
                    "is_dx": 0,
                    "is_unlimited": 0
        }
        ]
    },
    "timestamp": 1750990515
}
參數名
參數值
是否必填
參數類型
描述說明

ret

0

Integer

code

1

Integer

msg

success

String

ret_data

Object

ret_data.list

String

白名單列表

ret_data.count

String

總條數

Last updated

Was this helpful?