主賬戶流量使用日誌

基礎信息

接口狀態:已完成

請求地址:https://gapi.lunaproxy.com/open/user_unlimited_day_list

請求方式:POST

內容類型:multipart/form-data

認證方式:無需認證

請求參數

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

s_time

2023-08-10 11:52:32

String

e_time

2023-08-20 11:52:32

String

neek

1792274

String

appkey

ae9ba2fd71fd1b35386d5f2c8cd6f064

String

響應示例

成功(200)

{
    "ret": 0,
    "code": 1,
    "msg": "success",
    -"ret_data": {
          "count": 0,
         -"list": [
                 -{
                    "id": 0,
                    "uid": 0,
                    "used_total": 0,
                    "used_last": 0,
                    "used_today": 0,
                    "day": 1727884800
                  },
                 -{
                     "id": 0,
                     "uid": 0,
                     "used_total": 0,
                     "used_last": 0,
                     "used_today": 0,
                     "day": 1727971200
                  }
            ]
    },
"timestamp": 1728524808
}
參數名
參數值
是否必填
參數類型
描述說明

ret

0

Integer

code

1

Integer

msg

success

String

ret_data

Object

ret_data.count

0

Integer

ret_data.list

Array

ret_data.list.id

0

Integer

認證賬戶ID 存在則修改

ret_data.list.uid

0

String

ret_data.list.used_today

0

Integer

當天的使用量(字節)-常

ret_data.list.total

0

Integer

總使用量(字節)-常規

ret_data.list.used_last

0

Integer

前一天使用量

ret_data.list.day

1691596800

Integer

Last updated

Was this helpful?