创建管理员

仅企业版可用

请求header

PUT /v1/account/createActManager
Authorization:Bearer {TOKEN}

注:

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

请求payload

{
    "username" : "管理员A",
    "cost_type" : "1",
    "cost_limit" : "1000"
}

payload参数说明

参数 参数说明 参数类型 是否必填 注释
username 管理员用户名 string
cost_type 消费上限类型 string 1表示时长限制,2表示流量限制
cost_limit 消费上限量 string 当cost_type为1时单位为分钟, cost_type为2时,单位为GB
outer_id outer_id string 外部账号id(唯一)

返回

{
    "result": "success",
    "manager_id": 233,
    "msg": "创建成功"
}

返回参数说明

参数 描述 类型 备注
result 创建标识 string success为成功,fail为失败
manager_id 管理员ID integer 创建成功后管理员的ID
msg 描述 string 创建结果描述

results matching ""

    No results matching ""