子賬戶流量使用日誌

基礎信息

接口狀態:已完成

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

請求方式:POST

內容類型:multipart/form-data

認證方式:無需認證

請求參數

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

s_time

2023-08-10 11:52:32

String

e_time

2023-08-20 11:52:32

String

child_id

5000251

String

order_type

1

String

neek

1792274

String

appkey

ae9ba2fd71fd1b35386d5f2c8cd6f064

String

響應示例

成功(200)

{
    "ret":0,
    "code":1,
    "msg":"success",
    "ret_data":{
        "count":0,
        "list":[
               {
                 "day": 1691596800,
                 "uid": 0,
                 "child_id": 0,
                 "flow": 0
               }
        ]
    },
    "timestamp":1692935708
}
參數名
參數值
是否必填
參數類型
描述說明

ret

0

Integer

code

1

Integer

msg

success

String

ret_data

Object

ret_data.count

0

Integer

ret_data.list

Array

ret_data.list.day

1691596800

Integer

ret_data.list.uid

0

Integer

ret_data.list.child_id

0

Integer

子賬戶id

ret_data.list.flow

0

Integer

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

timestamp

1692610329

Integer

Last updated

Was this helpful?