获取管理员资源用量

功能说明

通过接口查询管理员列表,返回管理员信息.

接口说明

请求header

GET http://{your-domain}/v1/account/managersUsage

Authorization:Bearer {TOKEN}
Content-Type:application/json

注:

请将上方的{TOKEN}替换为您的TOKEN

请将 {your-domain} 替换为您的域名,或者 mudu.tv

参数说明

参数 参数说明 参数类型 是否必填 备注
p 页码 integer 默认第一页
perPage 每页显示条数 integer 默认1条,最高10条
username 名称 string 非空则精确查找

返回

{
    "page": {
        "p": 1,
        "perPage": 1,
        "count": 10
    },
    "data": [
        {
            "id": 41382,
            "username": "009",
            "create_date": "2021-12-27",
            "belong_to": 1013377,
            "act_num": 0,
            "last_login_time": "",
            "last_push_stream_time": "",
            "cost_limit_notification": 0,
            "limit_type": 1,
            "outer_id": null,
            "is_open_redpack": false,
            "is_open_live_notify": false,
            "costType": "时长(分钟)",
            "costLimit": 0,
            "costTotalWatchTime": 0,
            "costVodWatchTime": 0,
            "costLiveWatchTime": 0,
            "costTransfer": 0
        }
    ]
}

返回参数说明

参数 描述 类型
p 页码 integer
perPage 每页显示条数 integer
count 总条数 integer
data 数据包 object
id ID integer
username 用户名 string
create_date 创建时间 string
belong_to 主账号id integer
act_num 频道数 integer
last_login_time 最后登录时间 string
last_push_stream_time 最后推流时间 string
cost_limit_notification 达到消费上限是否通知 integer
limit_type 消费限制类型,1:时长(分钟),2:流量(GB) integer
outer_id 嘉宾第三方ID string
is_open_redpack 是否开启红包 boolean
is_open_live_notify 是否开启直播订阅 boolean
costType 消费类型,1:时长(分钟),2:流量(GB) string
costLimit 消费上限,0:无限制 integer
costTotalWatchTime 总观看时长 integer
costVodWatchTime 点播观看时长 integer
costLiveWatchTime 直播观看时长 integer
costTransfer 消耗的流量,limit_type=2时返回 integer

results matching ""

    No results matching ""