Sub-account traffic usage log

Basic Information

Interface Status:completed

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

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

child_id

5000251

yes

String

order_type

1

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":[
               {
                 "day": 1691596800,
                 "uid": 0,
                 "child_id": 0,
                 "flow": 0
               }
        ]
    },
    "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

0

yes

Integer

ret_data.list

yes

Array

ret_data.list.day

1691596800

yes

Integer

ret_data.list.uid

0

yes

Integer

ret_data.list.child_id

0

yes

Integer

Subaccount id

ret_data.list.flow

0

yes

Integer

Usage for the day (bytes) - Normal

timestamp

1692610329

yes

Integer

Last updated

Was this helpful?