获取管理员列表接口

功能说明

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

接口说明

请求header

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

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

注:

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

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

参数说明

参数 参数说明 参数类型 是否必填 备注
p 页码 integer 默认第一页
perPage 每页显示条数 integer 默认20条,最高100条

返回

 {
     "page": {
         "p": 1,
         "perPage": "20",
         "count": 25
     },
     "data": [
         {
             "id": 11,
             "limit_type": 1,
             "transfer_limit": 0,
             "time_limit": 60,
             "username": "www",
             "belong_to": 123,
             "pay_type": 2
         },
         {
             "id": 22,
             "limit_type": 1,
             "transfer_limit": 1243,
             "time_limit": 0,
             "username": "eee",
             "belong_to": 32,
             "pay_type": 2
         }
     ]
 }

返回参数说明

参数 描述 类型
p 页码 integer
perPage 每页显示条数 integer
count 总条数 integer
id ID integer
limit_type 限制类型 1:时长,2:流量 integer
transfer_limit 账号使用流量限制 integer
time_limit 时长限制 integer
username 用户名 string
pay_type 消费类型 integer

results matching ""

    No results matching ""