Master account traffic usage log

Basic Information

Interface Status:completed

Interface URL:https://gapi.lunaproxy.com/open/user_flow_day_list

Request type:POST

Content-Type:multipart/form-data

Verification Method:no authentication required

Request Parameters

parameter name
parameter value
required
parameter type
description

s_time

2023-08-10 11:52:32

yes

String

e_time

2023-08-20 11:52:32

yes

String

neek

1792274

yes

String

appkey

ae9ba2fd71fd1b35386d5f2c8cd6f064

yes

String

Response example

Success(200)

{
    "ret":0,
    "code":1,
    "msg":"success",
    "ret_data":{
        "count":0,
        "list":[
               {
                  "id": 0,
                  "uid": 0,
                  "flow": 0,
                  "total": 0,
                  "flow_premium": 0,
                  "total_premium": 0,
                  "day": 1691596800
               }
        ]
    },
    "timestamp":1692935708
}
parameter name
parameter value
required
parameter type
description

ret

0

yes

Integer

code

1

yes

Integer

msg

success

yes

String

ret_data

yes

Object

ret_data.count

1

yes

Integer

ret_data.list

yes

Array

ret_data.list.id

0

yes

Integer

Modify the authentication account ID if it exists

ret_data.list.uid

0

yes

String

ret_data.list.flow

0

yes

Integer

Usage for the day (bytes) - Normal

ret_data.list.total

0

yes

Integer

Total Usage (Bytes) - General

ret_data.list.flow_premium

0

yes

Integer

Usage for the day (bytes) - Advanced

ret_data.list.total_premium

0

yes

Integer

Usage for the day (bytes) - High

ret_data.list.day

1691596800

yes

Integer

timestamp

1692935708

yes

Integer

Last updated

Was this helpful?